rhymix/modules/comment/schemas/comment_declared.xml
2007-11-01 10:28:42 +00:00

4 lines
261 B
XML

<table name="comment_declared">
<column name="comment_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
<column name="declared_count" type="number" size="11" default="0" notnull="notnull" index="idx_declared_count" />
</table>