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="admin_log">
<column name="ipaddress" type="varchar" size="100" notnull="notnull" index="idx_admin_ip" />
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_admin_ip" />
<column name="regdate" type="date" index="idx_admin_date" />
<column name="site_srl" type="number" size="11" default="0" />
<column name="module" type="varchar" size="100" />