rhymix/modules/ncenterlite/schemas/ncenterlite_user_set.xml
2021-02-03 12:33:23 +09:00

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>