mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
7 lines
375 B
XML
7 lines
375 B
XML
<table name="member_group">
|
|
<column name="group_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="title" type="varchar" size="80" notnull="notnull" unique="uni_member_group_title" />
|
|
<column name="regdate" type="date" />
|
|
<column name="is_default" type="char" default="N" />
|
|
<column name="description" type="text" />
|
|
</table>
|