git-svn-id: http://xe-core.googlecode.com/svn/trunk@483 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-16 04:18:56 +00:00
parent 8c7fcfe176
commit 0b4a02594d

View file

@ -4,7 +4,7 @@
<column name="document_srl" type="number" size="11" default="0" notnull="notnull" index="idx_document_srl" />
<column name="parent_srl" type="number" size="11" default="0" notnull="notnull" />
<column name="is_secret" type="char" size="1" default="N" notnull="notnull" />
<column name="content" type="text" notnull="notnull" />
<column name="content" type="bigtext" notnull="notnull" />
<column name="password" type="varchar" size="60" />
<column name="user_name" type="varchar" size="80" notnull="notnull" />
<column name="nick_name" type="varchar" size="80" notnull="notnull" />