mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
5 lines
214 B
XML
5 lines
214 B
XML
<table name="module_config">
|
|
<column name="module" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
|
<column name="config" type="text" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|