rhymix/modules/module/schemas/module_mobile_skins.xml
2012-07-19 05:24:18 +00:00

5 lines
301 B
XML

<table name="module_mobile_skins">
<column name="module_srl" type="number" size="11" notnull="notnull" unique="unique_module_mobile_skins" />
<column name="name" type="varchar" size="80" notnull="notnull" unique="unique_module_mobile_skins" />
<column name="value" type="text" />
</table>