Jump to content

Problem with tables


cool_techie

Recommended Posts

Can't understand what "TYPE=MyISAM AUTO_INCREMENT=1 ;"  means in this code:

 

CREATE TABLE `web_members` (

`id` int(4) NOT NULL auto_increment,

`name` varchar(65) NOT NULL default '',

`lastname` varchar(65) NOT NULL default '',

`email` varchar(65) NOT NULL default '',

PRIMARY KEY (`id`)

) TYPE=MyISAM AUTO_INCREMENT=1 ;

Link to comment
https://forums.phpfreaks.com/topic/226125-problem-with-tables/
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.