11 lines
1.8 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="BAS_MODE_DEF" filter="" priority="2">
<COLS enableSQLSeq="false">
<COL desc="*Identifiant" 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="*Identifiant de l'Emplacement" 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="*Identifiant de l'Artisanat" SQLName="CRAFT_ID" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM BAS_CRAFT_DEF WHERE LOCATION_ID='%1';ID:NAME;row@LOCATION_ID" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Attributs d'Édition"/>
<COL desc="*Numéro de Mode" SQLName="MODE_NO" SQLType="DECIMAL(10)" valueType="Int" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Attributs d'Édition"/>
<COL desc="*Nom de Mode" SQLName="MODE_NAME" SQLType="VARCHAR(32)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group=" Attributs d'Édition"/>
<COL desc="Type de Mode" SQLName="MODE_TYPE" SQLType="DECIMAL(10)" valueType="SqlCombobox" valueLimit="SELECT * FROM BAS_MODE_TYPE;ID:NAME" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="false" isUnique="false" group=" Attributs d'Édition"/>
</COLS>
</Table>