mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
6 lines
363 B
XML
6 lines
363 B
XML
<table name="module_part_config">
|
|
<column name="module" type="varchar" size="80" notnull="notnull" unique="unique_module_part_config" charset="latin1" />
|
|
<column name="module_srl" type="number" size="11" notnull="notnull" unique="unique_module_part_config" />
|
|
<column name="config" type="bigtext" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|