Jump to content

doesnt work with: id int NOT NULL AUTO_INCREMENT,


clankill3r

Recommended Posts

Hi,

 

If i use the following without:

  id int NOT NULL AUTO_INCREMENT,

then it works fine, but with the id line no table gets created.

 

how that?

 

 

	
$sql = "CREATE table IF NOT EXISTS $twitter_id
(
   	id int NOT NULL AUTO_INCREMENT, 		
   		kamerleden_id int,
	tweet_id int(20),
	tweet varchar(200),
	reply_to int,
	date datetime	
)";

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.