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 );
Log in to post a comment.