#18953798 : manage mobile layouts

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7524 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2010-06-21 04:54:56 +00:00
parent c797d3a294
commit e6c40ada52
22 changed files with 185 additions and 10 deletions

View file

@ -7,4 +7,5 @@
<column name="layout_path" type="varchar" size="250" />
<column name="module_srl" type="number" size="12" default="0" index="idx_module_srl" />
<column name="regdate" type="date" index="idx_regdate" />
<column name="layout_type" type="char" size="1" default="P" />
</table>