mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
10 lines
667 B
XML
10 lines
667 B
XML
<table name="ncenterlite_user_set">
|
|
<column name="member_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="comment_notify" type="varchar" size="40" notnull="notnull" />
|
|
<column name="comment_comment_notify" type="varchar" size="40" notnull="notnull" />
|
|
<column name="mention_notify" type="varchar" size="40" notnull="notnull" />
|
|
<column name="vote_notify" type="varchar" size="40" notnull="notnull" />
|
|
<column name="scrap_notify" type="varchar" size="40" notnull="notnull" />
|
|
<column name="message_notify" type="varchar" size="40" notnull="notnull" />
|
|
<column name="regdate" type="date" index="idx_regdate" />
|
|
</table>
|