mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
4 lines
187 B
XML
4 lines
187 B
XML
<table name="addons">
|
|
<column name="addon" type="varchar" size="250" notnull="notnull" primary_key="primary_key" />
|
|
<column name="regdate" type="date" index="idx_regdate" />
|
|
</table>
|