mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
6 lines
386 B
XML
6 lines
386 B
XML
<table name="poll_item">
|
|
<column name="poll_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
|
<column name="poll_index_srl" type="number" size="11" notnull="notnull" index="idx_poll_index_srl" />
|
|
<column name="title" type="varchar" size="250" notnull="notnull" />
|
|
<column name="poll_count" type="number" size="11" notnull="notnull" />
|
|
</table>
|