mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
Shorten ipaddress field to 60 chars in most modules
This commit is contained in:
parent
069ac6f679
commit
cc871c5474
15 changed files with 57 additions and 57 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue