rhymix/modules/communication/schemas/member_friend_group.xml

7 lines
372 B
XML

<table name="member_friend_group">
<column name="friend_group_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="index_owner_member_srl" />
<column name="title" type="varchar" size="250" notnull="notnull" />
<column name="regdate" type="date" />
</table>