avatar.alex Posted August 17, 2007 Share Posted August 17, 2007 Why wont this table be created??? CREATE TABLE `app` ( `id` int(6) NOT NULL auto_increment, `email` varchar(255) NOT NULL default '', `name` varchar(255) NOT NULL default '', `scripting` varchar(255) NOT NULL default '', `scriptingskills` varchar(255) NOT NULL default ", `mapping` text NOT NULL default '', `mappingskills` varchar(255) NOT NULL default '', `website` varchar(255) NOT NULL default '', `message` varchar(255) NOT NULL default '', PRIMARY KEY (`id`), UNIQUE KEY `id` (`id`) ) Link to comment https://forums.phpfreaks.com/topic/65505-solved-bd-table-help/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.