Jump to content

Help Figuring Out What A Sertain Strand Does


cameeob2003

Recommended Posts

I was wondering what the:

TYPE=MyISAM AUTO_INCREMENT=26 ;

In something like:

[code]CREATE TABLE `news` (
  `id` int(11) NOT NULL auto_increment,
  `picture` text NOT NULL,
  `content` text NOT NULL,
  `title` text NOT NULL,
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=26;[/code]

is doing. Im new to SQL so im just trying to get on my feet about it all.

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.