답변 2개
ALTER TABLE `g5_shop_cart` ADD `pt_msg4` VARCHAR( 255 ) NOT NULL DEFAULT '';
이렇게 해보세요
답변에 대한 댓글 1개
댓글을 작성하려면 로그인이 필요합니다.
http://103.1.251.190:888/phpmyadmin_341b363e3fee974b/url.php?url=http://dev.mysql.com/doc/refman/5.5/en/alter-table.html" target="mysql_doc">ALTER http://103.1.251.190:888/phpmyadmin_341b363e3fee974b/url.php?url=http://dev.mysql.com/doc/refman/5.5/en/alter-table.html" target="mysql_doc">TABLE `g5_shop_cart` ADD `pt_msg4` http://103.1.251.190:888/phpmyadmin_341b363e3fee974b/url.php?url=http://dev.mysql.com/doc/refman/5.5/en/string-types.html" target="mysql_doc">VARCHAR(255) http://103.1.251.190:888/phpmyadmin_341b363e3fee974b/url.php?url=http://dev.mysql.com/doc/refman/5.5/en/logical-operators.html#operator_not" target="mysql_doc">NOT NULL AFTER `ct_select_time`;
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인