#18961156 : added mcontent for page module

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7541 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-23 13:22:44 +00:00
parent 6fe6168859
commit a9a2ac6c4f
2 changed files with 5 additions and 0 deletions

View file

@ -13,6 +13,7 @@
<column name="description" type="text" />
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />
<column name="content" type="bigtext" />
<column name="mcontent" type="bigtext" />
<column name="open_rss" type="char" size="1" notnull="notnull" default="Y" />
<column name="header_text" type="text" />
<column name="footer_text" type="text" />