Jump to content

[SOLVED] BD table help


avatar.alex

Recommended Posts

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

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.