rhymix/modules/syndication/schemas/syndication_logs.xml
2010-08-24 04:42:37 +00:00

8 lines
446 B
XML

<table name="syndication_logs">
<column name="log_srl" type="number" size="11" notnull="notnull" unique="primary_key" />
<column name="module_srl" type="number" size="11" default="0" />
<column name="document_srl" type="number" size="11" default="0" />
<column name="title" type="varchar" size="255" />
<column name="summary" type="varchar" size="255" />
<column name="regdate" type="date" index="idx_regdate" />
</table>