Shorten ipaddress field to 60 chars in most modules

This commit is contained in:
Kijin Sung 2021-01-19 21:59:33 +09:00
parent 069ac6f679
commit cc871c5474
15 changed files with 57 additions and 57 deletions

View file

@ -1,5 +1,5 @@
<table name="member_count_history">
<column name="member_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
<column name="member_srl" type="number" notnull="notnull" primary_key="primary_key" />
<column name="content" type="bigtext" notnull="notnull" />
<column name="last_update" type="date" index="idx_last_update" />
</table>