rhymix/modules/document/schemas/document_declared_log.xml
MinSoo Kim f77b8fde3c 문서 신고시 이유 적을 수 있게 항목 추가
문서 신고시 항목 적을 수 있게 함
2016-01-27 17:44:34 +09:00

7 lines
441 B
XML

<table name="document_declared_log">
<column name="document_srl" type="number" size="11" notnull="notnull" index="idx_document_srl" />
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
<column name="declare_message" type="text" />
<column name="regdate" type="date" index="idx_regdate" />
</table>