mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 19:51:42 +09:00
7 lines
389 B
XML
7 lines
389 B
XML
<table name="module_plugin">
|
|
<column name="module_plugin_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="module_srl" type="number" size="11" notnull="notnull" index="idx_module_srl" />
|
|
<column name="plugin" type="varchar" size="80" notnull="notnull" />
|
|
<column name="config" type="text" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|