mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-05 17:51:40 +09:00
7 lines
407 B
XML
7 lines
407 B
XML
<table name="sites">
|
|
<column name="site_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="index_module_srl" type="number" size="11" default="0" />
|
|
<column name="domain" type="varchar" size="191" notnull="notnull" unique="unique_domain" />
|
|
<column name="default_language" type="varchar" size="191" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|