9 lines
875 B
XML
9 lines
875 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<Table type="SQL" tableName="DICT_UNIT_INFO" filter="" priority="2">
|
||
|
|
<COLS enableSQLSeq="false">
|
||
|
|
<COL desc="*ID" SQLName="UNIT_ID" SQLType="DECIMAL(10)" valueType="Int" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
|
||
|
|
<COL desc="Name" SQLName="UNIT_NAME" SQLType="VARCHAR(64)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group=" Edit Attribute"/>
|
||
|
|
<COL desc="Description" SQLName="UNIT_DESC" SQLType="VARCHAR(64)" valueType="String" valueLimit="^$|^([A-Za-z]|[0-9]|[一-龥]|[+#_\-])+$" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group=" Edit Attribute"/>
|
||
|
|
</COLS>
|
||
|
|
</Table>
|