rhymix/modules/poll/schemas/poll_title.xml

12 lines
842 B
XML

<table name="poll_title">
<column name="poll_srl" type="number" notnull="notnull" index="idx_poll_srl" />
<column name="poll_index_srl" type="number" notnull="notnull" index="idx_poll_srl" />
<column name="title" type="varchar" size="250" notnull="notnull" />
<column name="checkcount" type="number" notnull="notnull" default="1" />
<column name="poll_count" type="number" notnull="notnull" />
<column name="upload_target_srl" type="number" notnull="notnull" index="idx_upload_target_srl" />
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_ipaddress" />
<column name="regdate" type="date" index="idx_regdate" />
<column name="list_order" type="number" notnull="notnull" default="0" index="idx_list_order" />
</table>