add auto_increment db column

This commit is contained in:
BJRambo 2016-02-26 15:09:23 +09:00
parent b392ba70f9
commit 66b8268df9

View file

@ -1,4 +1,5 @@
<table name="document_update_log">
<column name="update_srl" type="number" size="11" notnull="notnull" auto_increment="auto_increment" primary_key="primary_key" />
<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="update_member_srl" type="number" size="11" notnull="notnull" />