rhymix/modules/layout/schemas/layouts.xml

6 lines
288 B
XML

<table name="layouts">
<column name="layout_srl" type="number" size="12" notnull="notnull" primary_key="primary_key" />
<column name="layout_name" type="varchar" size="250" />
<column name="config" type="text" />
<column name="regdate" type="date" index="idx_regdate" />
</table>