mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +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,10 +1,10 @@
|
|||
<table name="trash">
|
||||
<column name="trash_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="trash_srl" type="number" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="title" type="varchar" size="250" />
|
||||
<column name="origin_module" type="varchar" size="250" default="document" notnull="notnull" />
|
||||
<column name="serialized_object" type="bigtext" notnull="notnull" />
|
||||
<column name="description" type="text" />
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" />
|
||||
<column name="remover_srl" type="number" size="11" notnull="notnull" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" />
|
||||
<column name="remover_srl" type="number" notnull="notnull" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue