ad_hash 필드 제거

This commit is contained in:
chicpro
2013-09-04 10:54:25 +09:00
parent d90c87ac06
commit c0eb90225a
3 changed files with 17 additions and 8 deletions

View File

@ -461,7 +461,6 @@ if(!sql_query(" DESCRIBE `{$g4['shop_order_address_table']}` ", false)) {
`ad_zip2` char(3) NOT NULL DEFAULT '',
`ad_addr1` varchar(255) NOT NULL DEFAULT '',
`ad_addr2` varchar(255) NOT NULL DEFAULT '',
`ad_hash` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`ad_id`),
KEY `mb_id` (`mb_id`)
)", true);