rhymix/modules/trash/schemas/trash.xml

10 lines
595 B
XML

<table name="trash">
<column name="trash_srl" type="number" 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="60" notnull="notnull" />
<column name="remover_srl" type="number" notnull="notnull" />
<column name="regdate" type="date" index="idx_regdate" />
</table>