mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-27 06:13:32 +09:00
- insertDocument, insertComment 에 blamed_count항목 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4252 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
198b531aae
commit
971e8f78ba
3 changed files with 3 additions and 1 deletions
|
|
@ -11,6 +11,7 @@
|
|||
<column name="notify_message" var="notify_message" default="N" />
|
||||
<column name="content" var="content" notnull="notnull" />
|
||||
<column name="voted_count" var="voted_count" default="0" />
|
||||
<column name="blamed_count" var="blamed_count" default="0" />
|
||||
<column name="password" var="password" minlength="2" maxlength="60" />
|
||||
<column name="nick_name" var="nick_name" notnull="notnull" minlength="1" maxlength="40" />
|
||||
<column name="user_id" var="user_id" default="" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue