mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
10 lines
595 B
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>
|