Jump to content

i cant see whats wrong


etsted

Recommended Posts

CREATE TABLE IF NOT EXISTS comments (                 id INT(11) NOT NULL,                osid INT[11) NOT NULL,				account_name VARCHAR(255) NOT NULL,				author VARCHAR(255) NOT NULL,				type ENUM NOT NULL,				data TEXT,				postdate DATETIME,                PRIMARY KEY (id),                )

It says i have an error at line 3

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...