mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
7 lines
423 B
XML
7 lines
423 B
XML
<table name="admin_shortcut">
|
|
<column name="shortcut_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="module" type="varchar" size="250" notnull="notnull" />
|
|
<column name="default_act" type="varchar" size="250" notnull="notnull" />
|
|
<column name="list_order" type="number" size="11" notnull="notnull" index="idx_list_order" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|