mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
7 lines
423 B
XML
7 lines
423 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="255" notnull="notnull" unique="unique_domain" utf8mb4="false" />
|
|
<column name="default_language" type="varchar" size="255" />
|
|
<column name="regdate" type="date" />
|
|
</table>
|