mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-16 09:49:54 +09:00
6 lines
288 B
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>
|