rhymix/modules/poll/schemas/poll.xml

11 lines
723 B
XML

<table name="poll">
<column name="poll_srl" type="number" notnull="notnull" primary_key="primary_key" />
<column name="stop_date" type="date" />
<column name="upload_target_srl" type="number" notnull="notnull" index="idx_upload_target_srl" />
<column name="poll_count" type="number" notnull="notnull" />
<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" index="idx_list_order" />
<column name="poll_type" type="number" notnull="notnull" index="idx_poll_type" />
</table>