rhymix/modules/module/schemas/module_grants.xml
2009-03-06 05:33:56 +00:00

5 lines
326 B
XML

<table name="module_grants">
<column name="module_srl" type="number" size="11" notnull="notnull" unique="unique_module" />
<column name="name" type="varchar" size="20" notnull="notnull" unique="unique_module" />
<column name="group_srl" type="number" size="11" notnull="notnull" unique="unique_module" />
</table>