9 lines
855 B
XML
9 lines
855 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
<Table type="SQL" tableName="CALC_GROUP_DEF" filter="" priority="2">
|
||
|
|
<COLS enableSQLSeq="false">
|
||
|
|
<COL desc="*Group ID" SQLName="GROUP_ID" SQLType="DECIMAL(10)" valueType="Int" valueLimit="/++" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Edit Attribute"/>
|
||
|
|
<COL desc="Group Name" SQLName="GROUP_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="DESCRIPTION" SQLType="VARCHAR(256)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group=" Edit Attribute"/>
|
||
|
|
</COLS>
|
||
|
|
</Table>
|