rhymix/modules/admin/schemas/admin_favorite.xml
ngleader 2d3f149b5a merge from 1.7.3.5(r13153:r13167)
git-svn-id: http://xe-core.googlecode.com/svn/trunk@13168 201d5d3c-b55e-5fd7-737f-ddc643e51545
2013-09-29 23:32:39 +00:00

6 lines
309 B
XML

<table name="admin_favorite">
<column name="admin_favorite_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
<column name="site_srl" type="number" size="11" default="0" />
<column name="module" type="varchar" size="80" />
<column name="type" type="varchar" size="30" />
</table>