mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
댓글 입력시 voted_count의 값이 null이면 안되는 조건을 체크하는 DB를 위해서 기본으로 0으로 명시함
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3277 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dfe367865b
commit
c504da0ebe
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
<column name="is_secret" var="is_secret" default="N" />
|
||||
<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="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