rhymix/modules/ncenterlite/schemas/ncenterlite_user_set.xml
2026-02-15 22:28:44 +09:00

11 lines
743 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="custom_notify" type="varchar" size="40" notnull="notnull" />
<column name="regdate" type="date" index="idx_regdate" />
</table>