Menu

#87 Reserved word in database schema

open
nobody
5
2007-11-09
2007-11-09
Anonymous
No

Database creation fails in Mysql 5
word check is a reserved word

#
# Table structure for table 'confirmations'
#

CREATE TABLE confirmations (
id int(11) NOT NULL default '0',
user_id int(11) NOT NULL default '0',
check char(32) default NULL
);

Discussion


Log in to post a comment.

MongoDB Logo MongoDB