it_explan_strip_tags 를 it_explan2 로 이름 변경

This commit is contained in:
gnuboard
2013-11-06 13:16:27 +09:00
parent 1c08308981
commit b3a8b90cfe
4 changed files with 40 additions and 37 deletions

View File

@ -426,7 +426,7 @@ CREATE TABLE IF NOT EXISTS `g5_shop_item` (
`it_type5` tinyint(4) NOT NULL DEFAULT '0',
`it_basic` text NOT NULL,
`it_explan` mediumtext NOT NULL,
`it_explan_strip_tags` mediumtext NOT NULL,
`it_explan2` mediumtext NOT NULL,
`it_mobile_explan` mediumtext NOT NULL,
`it_cust_price` int(11) NOT NULL DEFAULT '0',
`it_price` int(11) NOT NULL DEFAULT '0',