This commit is contained in:
YJSoft 2015-06-12 18:48:15 +09:00
parent bf9ef78dcc
commit effc774640
29 changed files with 406 additions and 15 deletions

View file

@ -8,6 +8,7 @@
<column name="poll_index_srl" var="poll_index_srl" filter="number" notnull="notnull" />
<column name="poll_count" var="poll_count" default="0" />
<column name="upload_target_srl" default="0" />
<column name="add_user_srl" filter="number" default="0" />
<column name="title" var="title" notnull="notnull" />
</columns>
</query>