rhymix/modules/module/schemas/module_part_config.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>