mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-22 12:49:55 +09:00
7 lines
460 B
XML
7 lines
460 B
XML
<table name="ncenterlite_user_set">
|
|
<column name="member_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" brief="member_srl 고유맴버 번호" />
|
|
<column name="comment_notify" type="char" size="1" notnull="notnull" />
|
|
<column name="mention_notify" type="char" size="1" notnull="notnull" />
|
|
<column name="message_notify" type="char" size="1" notnull="notnull" />
|
|
<column name="regdate" type="date" index="idx_regdate" />
|
|
</table>
|