add mskin to schema

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7567 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-30 06:25:39 +00:00
parent 7e31f7c06e
commit b44de307e6
6 changed files with 9 additions and 0 deletions

View file

@ -9,6 +9,7 @@
<column name="site_srl" type="number" size="11" notnull="notnull" default="0" />
<column name="mid" type="varchar" size="40" notnull="notnull" />
<column name="skin" type="varchar" size="250" />
<column name="mskin" type="varchar" size="250" />
<column name="browser_title" type="varchar" size="250" notnull="notnull" />
<column name="description" type="text" />
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />