9 lines
1.2 KiB
XML
Raw Permalink Normal View History

2025-03-20 17:30:43 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<Table type="SQL" tableName="PIS_MESSAGE_INFO" filter="" priority="2">
<COLS enableSQLSeq="false">
<COL desc="*Identifiant du message" SQLName="ID" SQLType="DECIMAL(10)" valueType="Int" valueLimit="/++" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group="Attributs d'édition"/>
<COL desc="*Emplacement associé" SQLName="LOCATION_ID" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM SYS_MODEL_LOCATION_INFO;LOCATION_ID:DESCRIPTION" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group="Attributs d'édition"/>
<COL desc="*Description du message PIS" SQLName="DESCRIPTION" SQLType="VARCHAR(64)" valueType="String" valueLimit="禁止:.\" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Attributs d'édition"/>
<COL desc="*Contenu du message PIS" SQLName="CONTENT" SQLType="VARCHAR(512)" valueType="String" valueLimit="禁止:.\" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Attributs d'édition"/>
</COLS>
</Table>