MYSQL error :(

Status
Not open for further replies.

GarettM

Posting Freak
Aug 5, 2010
833
136
CREATE TABLE news (
id int(10) unsigned NOT NULL auto_increment,
postdate timestamp(14),
title varchar(50) NOT NULL,
newstext varchar(100) NOT NULL,
author varchar(100) NOT NULL,
PRIMARY KEY (id),
KEY postdate (postdate)
);
What am i doing wrong :S
 

Markshall

Русский Стандарт
Contributor
Dec 18, 2010
2,637
2,389
Thread closed. Not enough information posted.

PM me or another moderator in this section to get the thread reopened to post more information.
 
Status
Not open for further replies.

Users who are viewing this thread

Top