db 필드 테이터 타입 오타 수정
This commit is contained in:
@ -652,6 +652,6 @@ if(stripos($row['Type'], 'enum') !== false) {
|
||||
// 상품테이블에 검색을 위하여 태그없는 상품설명 저장용 필드 추가
|
||||
if(!sql_query(" select it_explan2 from {$g5['g5_shop_item_table']} limit 1 ", false)) {
|
||||
sql_query(" ALTER TABLE `{$g5['g5_shop_item_table']}`
|
||||
ADD `it_explan2 METIUMTEXT NOT NULL AFTER `it_explan` ", true);
|
||||
ADD `it_explan2` MEDIUMTEXT NOT NULL AFTER `it_explan` ", true);
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user