HM-SPMS/resource/fr/model_studio/setting/table/IA_DISPOSAL_PLAN.xml
2025-03-20 17:30:43 +08:00

9 lines
889 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Table type="SQL" tableName="IA_DISPOSAL_PLAN" filter="" priority="2">
<COLS enableSQLSeq="false">
<COL desc="*Mot-clé" SQLName="KEY_ID_TAG" SQLType="VARCHAR(128)" valueType="String" valueLimit="" editable="false" hide="false" defaultValue="" isPrimaryKey="true" notNull="true" isUnique="false" group="Attributs éditables"/>
<COL desc="Plan de gestion" SQLName="DISPOSAL_PLAN" SQLType="VARCHAR(512)" valueType="String" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Attributs éditables"/>
<COL desc="*Emplacement associé" SQLName="LOCATION_ID" SQLType="DECIMAL(10)" valueType="Int" valueLimit="" editable="true" hide="false" defaultValue="" isPrimaryKey="false" notNull="true" isUnique="false" group="Attributs éditables"/>
</COLS>
</Table>