rename update id column

This commit is contained in:
BJRambo 2016-02-26 15:14:07 +09:00
parent 66b8268df9
commit b3e5596934

View file

@ -1,5 +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="update_id" 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" />