mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
9 lines
595 B
XML
9 lines
595 B
XML
<table name="poll_item">
|
|
<column name="poll_item_srl" type="number" notnull="notnull" primary_key="primary_key" />
|
|
<column name="poll_srl" type="number" notnull="notnull" index="index_poll_srl" />
|
|
<column name="poll_index_srl" type="number" notnull="notnull" index="idx_poll_index_srl" />
|
|
<column name="upload_target_srl" type="number" notnull="notnull" index="idx_upload_target_srl" />
|
|
<column name="title" type="varchar" size="250" notnull="notnull" />
|
|
<column name="poll_count" type="number" notnull="notnull" />
|
|
<column name="add_user_srl" type="number" notnull="notnull" />
|
|
</table>
|