mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 17:22:20 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1001 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8ab46aa600
commit
8a489f6f16
3 changed files with 4 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<table name="poll_title">
|
||||
<column name="poll_srl" type="number" size="11" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="poll_index_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_srl" />
|
||||
<column name="title" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="checkcount" type="number" size="11" notnull="notnull" default="1" />
|
||||
<column name="poll_count" type="number" size="11" notnull="notnull" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue