rhymix/modules/trash/schemas/trash.xml
2011-06-29 15:36:09 +00:00

10 lines
616 B
XML

<table name="trash">
<column name="trash_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
<column name="title" type="varchar" size="250" />
<column name="origin_module" type="varchar" size="250" default="document" notnull="notnull" />
<column name="serialized_object" type="bigtext" notnull="notnull" />
<column name="description" type="text" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" />
<column name="remover_srl" type="number" size="11" notnull="notnull" />
<column name="regdate" type="date" index="idx_regdate" />
</table>