#319 it_explan_strip_tags 추가 및 it_explan_html 삭제

This commit is contained in:
gnuboard
2013-11-06 10:45:11 +09:00
parent f50e867447
commit 1c08308981
4 changed files with 5 additions and 17 deletions

View File

@ -426,8 +426,8 @@ 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_mobile_explan` mediumtext NOT NULL,
`it_explan_html` tinyint(4) NOT NULL DEFAULT '0',
`it_cust_price` int(11) NOT NULL DEFAULT '0',
`it_price` int(11) NOT NULL DEFAULT '0',
`it_point` int(11) NOT NULL DEFAULT '0',