mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +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" />
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<table name="editor_autosave">
|
||||
<column name="member_srl" type="number" size="11" default="0" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="128" index="idx_ipaddress" />
|
||||
<column name="module_srl" type="number" size="11" index="idx_module_srl" />
|
||||
<column name="document_srl" type="number" size="11" default="0" notnull="notnull" />
|
||||
<column name="member_srl" type="number" default="0" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="60" index="idx_ipaddress" />
|
||||
<column name="module_srl" type="number" index="idx_module_srl" />
|
||||
<column name="document_srl" type="number" default="0" notnull="notnull" />
|
||||
<column name="title" type="varchar" size="250" />
|
||||
<column name="content" type="bigtext" notnull="notnull" />
|
||||
<column name="certify_key" type="varchar" size="32" index="idx_certify_key" />
|
||||
|
|
|
|||
|
|
@ -20,5 +20,5 @@
|
|||
<column name="isvalid" type="char" size="1" default="N" index="idx_is_valid" />
|
||||
<column name="cover_image" type="char" size="1" default="N" notnull="notnull" index="idx_list_order" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress"/>
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_ipaddress"/>
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<table name="member">
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="user_id" type="varchar" size="80" notnull="notnull" unique="unique_user_id" />
|
||||
<column name="password" type="varchar" size="60" notnull="notnull" />
|
||||
<column name="password" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="email_address" type="varchar" size="80" notnull="notnull" unique="unique_email_address" />
|
||||
<column name="email_id" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="email_host" type="varchar" size="80" index="idx_email_host" />
|
||||
|
|
@ -19,9 +19,9 @@
|
|||
<column name="allow_message" type="char" size="1" default="Y" notnull="notnull" />
|
||||
<column name="denied" type="char" size="1" default="N" index="idx_is_denied" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="ipaddress" type="varchar" size="128" index="idx_ipaddress" />
|
||||
<column name="ipaddress" type="varchar" size="60" index="idx_ipaddress" />
|
||||
<column name="last_login" type="date" index="idx_last_login" />
|
||||
<column name="last_login_ipaddress" type="varchar" size="128" index="idx_last_login_ipaddress" />
|
||||
<column name="last_login_ipaddress" type="varchar" size="60" index="idx_last_login_ipaddress" />
|
||||
<column name="limit_date" type="date" />
|
||||
<column name="change_password_date" type="date" />
|
||||
<column name="is_admin" type="char" size="1" default="N" index="idx_is_admin" />
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="agreement_sequence" type="number" notnull="notnull" index="idx_agreement_sequence" />
|
||||
<column name="agreed" type="char" size="1" notnull="notnull" index="idx_agreed" />
|
||||
<column name="ipaddress" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" />
|
||||
<column name="regdate" type="date" notnull="notnull" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -4,8 +4,8 @@
|
|||
<column name="security_key" type="varchar" size="80" notnull="notnull" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="ipaddress" type="varchar" size="80" />
|
||||
<column name="ipaddress" type="varchar" size="60" />
|
||||
<column name="last_visit" type="date" index="idx_last_visited" />
|
||||
<column name="last_ipaddress" type="varchar" size="80" />
|
||||
<column name="user_agent" type="varchar" size="500" />
|
||||
<column name="user_agent" type="varchar" size="250" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
@ -10,5 +10,5 @@
|
|||
<column name="device_description" type="varchar" size="200" />
|
||||
<column name="regdate" type="date" notnull="notnull" index="idx_regdate" />
|
||||
<column name="last_active_date" type="date" notnull="notnull" index="idx_last_active_date" />
|
||||
<column name="ipaddress" type="varchar" size="120" notnull="notnull" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<table name="member_login_count">
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="count" type="number" size="11" notnull="notnull" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="count" type="number" default="0" notnull="notnull" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="last_update" type="date" index="idx_last_update" />
|
||||
</table>
|
||||
|
|
@ -1,11 +1,11 @@
|
|||
<table name="poll">
|
||||
<column name="poll_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="stop_date" type="date" />
|
||||
<column name="upload_target_srl" type="number" size="11" notnull="notnull" index="idx_upload_target_srl" />
|
||||
<column name="poll_count" type="number" size="11" notnull="notnull" />
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="list_order" type="number" size="11" notnull="notnull" index="idx_list_order" />
|
||||
<column name="poll_type" type="number" size="11" notnull="notnull" index="idx_poll_type" />
|
||||
<column name="poll_srl" type="number" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="stop_date" type="date" />
|
||||
<column name="upload_target_srl" type="number" notnull="notnull" index="idx_upload_target_srl" />
|
||||
<column name="poll_count" type="number" notnull="notnull" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="list_order" type="number" notnull="notnull" index="idx_list_order" />
|
||||
<column name="poll_type" type="number" notnull="notnull" index="idx_poll_type" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<table name="poll_item">
|
||||
<column name="poll_item_srl" type="number" size="11" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="poll_srl" type="number" size="11" notnull="notnull" index="index_poll_srl" />
|
||||
<column name="poll_index_srl" type="number" size="11" notnull="notnull" index="idx_poll_index_srl" />
|
||||
<column name="upload_target_srl" type="number" size="11" notnull="notnull" index="idx_upload_target_srl" />
|
||||
<column name="title" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="poll_count" type="number" size="11" notnull="notnull" />
|
||||
<column name="add_user_srl" type="number" size="11" notnull="notnull" />
|
||||
<column name="poll_item_srl" type="number" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="poll_srl" type="number" notnull="notnull" index="index_poll_srl" />
|
||||
<column name="poll_index_srl" type="number" notnull="notnull" index="idx_poll_index_srl" />
|
||||
<column name="upload_target_srl" type="number" notnull="notnull" index="idx_upload_target_srl" />
|
||||
<column name="title" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="poll_count" type="number" notnull="notnull" />
|
||||
<column name="add_user_srl" type="number" notnull="notnull" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<table name="poll_log">
|
||||
<column name="poll_srl" type="number" size="11" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="poll_item" type="varchar" size="250" default="0" />
|
||||
<column name="poll_srl" type="number" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="poll_item" type="varchar" size="250" default="0" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
<table name="poll_title">
|
||||
<column name="poll_srl" type="number" size="11" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="poll_index_srl" type="number" size="11" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="title" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="checkcount" type="number" size="11" notnull="notnull" default="1" />
|
||||
<column name="poll_count" type="number" size="11" notnull="notnull" />
|
||||
<column name="upload_target_srl" type="number" size="11" notnull="notnull" index="idx_upload_target_srl" />
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="list_order" type="number" size="11" notnull="notnull" default="0" index="idx_list_order" />
|
||||
<column name="poll_srl" type="number" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="poll_index_srl" type="number" notnull="notnull" index="idx_poll_srl" />
|
||||
<column name="title" type="varchar" size="250" notnull="notnull" />
|
||||
<column name="checkcount" type="number" notnull="notnull" default="1" />
|
||||
<column name="poll_count" type="number" notnull="notnull" />
|
||||
<column name="upload_target_srl" type="number" notnull="notnull" index="idx_upload_target_srl" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_member_srl" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" index="idx_ipaddress" />
|
||||
<column name="regdate" type="date" index="idx_regdate" />
|
||||
<column name="list_order" type="number" notnull="notnull" default="0" index="idx_list_order" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
<table name="session">
|
||||
<column name="session_key" type="varchar" size="255" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="member_srl" type="number" size="11" notnull="notnull" index="idx_session_member_srl" />
|
||||
<column name="expired" type="date" index="idx_session_expired" />
|
||||
<column name="val" type="bigtext" />
|
||||
<column name="ipaddress" type="varchar" size="128" notnull="notnull" />
|
||||
<column name="last_update" type="date" index="idx_session_update" />
|
||||
<column name="cur_mid" type="varchar" size="128" index="idx_session_cur_mid" />
|
||||
<column name="session_key" type="varchar" size="128" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="member_srl" type="number" notnull="notnull" index="idx_session_member_srl" />
|
||||
<column name="expired" type="date" index="idx_session_expired" />
|
||||
<column name="val" type="bigtext" />
|
||||
<column name="ipaddress" type="varchar" size="60" notnull="notnull" />
|
||||
<column name="last_update" type="date" index="idx_session_update" />
|
||||
<column name="cur_mid" type="varchar" size="128" index="idx_session_cur_mid" />
|
||||
</table>
|
||||
|
|
|
|||
|
|
@ -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