elite_prodigy Posted April 4, 2008 Share Posted April 4, 2008 I keep getting ther error: Incorrect column specifier for column 'id' I'm using the following code: <?php $create = "CREATE TABLE test (`id` MEDIUMTEXT NOT NULL AUTO_INCREMENT, PRIMARY KEY(`id`));"; mysql_query($create, $conn) or die(mysql_error()); ?> Link to comment https://forums.phpfreaks.com/topic/99602-solved-incorrect-column-specifier-for-column-id/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.