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

This commit is contained in:
zero 2007-03-02 08:44:01 +00:00
parent eb12541c57
commit 772beca574
7 changed files with 20 additions and 12 deletions

View file

@ -8,6 +8,7 @@
<column name="is_default" type="char" size="1" notnull="notnull" default="N" />
<column name="menu_srl" type="number" size="11" default="0"/>
<column name="extra_vars" type="text" />
<column name="skin_vars" type="text" />
<column name="layout_file" type="varchar" size="250" />
<column name="grants" type="text" />
<column name="admin_id" type="text" />