innoDB에 헬리콥터 게임을 설치 중 에러
본문
CREATE TABLE IF NOT EXISTS `g4_game_copter` ( no int NOT NULL auto_increment, id varchar(20) NOT NULL default '', name varchar(20) NOT NULL default '', score int NOT NULL default '0', date int(13) NOT NULL default '0', x timestamp(14) NOT NULL, PRIMARY KEY (no) ) ENGINE=InnoDB;
1064 : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(14) NOT NULL, PRIMARY KEY (no) ) ENGINE=InnoDB' at line 7
error file : /plugin/copter/copter_s.php
위와 같은 에러메세지가 출력되는데, 원인이 뭘까요?
답변을 작성하시기 전에 로그인 해주세요.