mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
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:
parent
7e31f7c06e
commit
b44de307e6
6 changed files with 9 additions and 0 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue