mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@482 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ea86e795ff
commit
8c7fcfe176
4 changed files with 30 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<column name="is_notice" type="char" size="1" default="N" notnull="notnull" index="idx_is_notice" />
|
||||
<column name="is_secret" type="char" size="1" default="N" notnull="notnull" index="idx_is_secret" />
|
||||
<column name="title" type="varchar" size="250" />
|
||||
<column name="content" type="text" notnull="notnull" />
|
||||
<column name="content" type="bigtext" notnull="notnull" />
|
||||
<column name="readed_count" type="number" size="11" default="0" notnull="notnull" index="idx_readed_count" />
|
||||
<column name="voted_count" type="number" size="11" default="0" notnull="notnull" index="idx_voted_count" />
|
||||
<column name="comment_count" type="number" size="11" default="0" notnull="notnull" index="idx_comment_count" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue