adriandaz
08-24-2002, 08:59 AM
Please can someone tell me whats wrong with this:
CREATE TABLE tmplt_users (
index bigint(20) NOT NULL auto_increment,
email text NOT NULL,
name text NOT NULL,
PRIMARY KEY (index)
) TYPE=MyISAM;
I get this error:
MySQL said:
You have an error in your SQL syntax near 'bigint(20) NOT NULL auto_increment,
email text NOT NULL,
name text NOT NUL' at line 2
:bored:
CREATE TABLE tmplt_users (
index bigint(20) NOT NULL auto_increment,
email text NOT NULL,
name text NOT NULL,
PRIMARY KEY (index)
) TYPE=MyISAM;
I get this error:
MySQL said:
You have an error in your SQL syntax near 'bigint(20) NOT NULL auto_increment,
email text NOT NULL,
name text NOT NUL' at line 2
:bored: