Ignore:
Timestamp:
2012/02/09 01:41:04 (12 years ago)
Author:
Seasoft
Message:

#1607 (未使用定義の削除)

  • mtb_zip.code
  • mtb_zip.old_zipcode
  • mtb_zip.state_kana
  • mtb_zip.city_kana
  • mtb_zip.town_kana
  • mtb_zip.flg1
  • mtb_zip.flg2
  • mtb_zip.flg3
  • mtb_zip.flg4
  • mtb_zip.flg5
  • mtb_zip.flg6
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/install/sql/create_table_mysql.sql

    r21458 r21462  
    4141 
    4242CREATE TABLE mtb_zip ( 
    43     code text, 
    44     old_zipcode text, 
    4543    zipcode text, 
    46     state_kana text, 
    47     city_kana text, 
    48     town_kana text, 
    4944    state text, 
    5045    city text, 
    51     town text, 
    52     flg1 text, 
    53     flg2 text, 
    54     flg3 text, 
    55     flg4 text, 
    56     flg5 text, 
    57     flg6 text 
     46    town text 
    5847) ENGINE=InnoDB; 
    5948 
Note: See TracChangeset for help on using the changeset viewer.