mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +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="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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue