mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
6 lines
349 B
XML
6 lines
349 B
XML
<table name="module_admins">
|
|
<column name="module_srl" type="number" size="11" notnull="notnull" unique="unique_module_admin" />
|
|
<column name="member_srl" type="number" size="11" notnull="notnull" unique="unique_module_admin" />
|
|
<column name="scopes" type="text" />
|
|
<column name="regdate" type="date" index="idx_regdate" />
|
|
</table>
|