휴지통 기능 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5914 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
rubyeye 2009-03-19 04:27:16 +00:00
parent cafe2ac4a0
commit 19a6b5fcc1
18 changed files with 400 additions and 6 deletions

View file

@ -0,0 +1,12 @@
<table name="document_trash">
<column name="trash_srl" type="number" size="11" default="0" notnull="notnull" primary_key="primary_key" />
<column name="document_srl" type="number" size="11" default="0" notnull="notnull" index="idx_document_srl" />
<column name="module_srl" type="number" size="11" default="0" notnull="notnull" index="idx_module_srl" />
<column name="trash_date" type="date" index="idx_trash_date" />
<column name="description" type="text" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="user_id" type="varchar" size="80" />
<column name="user_name" type="varchar" size="80" notnull="notnull" />
<column name="nick_name" type="varchar" size="80" notnull="notnull" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
</table>