mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 08:09:58 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1144 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2efc96a061
commit
897b68879f
15 changed files with 24 additions and 6 deletions
|
|
@ -6,6 +6,7 @@
|
|||
<column name="is_secret" type="char" size="1" default="N" notnull="notnull" />
|
||||
<column name="content" type="bigtext" notnull="notnull" />
|
||||
<column name="password" type="varchar" size="60" />
|
||||
<column name="user_id" type="varchar" size="80" />
|
||||
<column name="user_name" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="nick_name" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue