Jump to content

newbie 'what does this do' question


cursed

Recommended Posts

What does default '0' do?

 

example:

CREATE TABLE `a` (
  `id` int(10) unsigned NOT NULL,
  `owner` int(11) NOT NULL default '0',
  `race` varchar(100) NOT NULL default '', 
  `hunger` varchar(10) NOT NULL default '100', 
  PRIMARY KEY  (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ; 

 

and would it cause anything drastic if i delete it?

Link to comment
https://forums.phpfreaks.com/topic/37978-newbie-what-does-this-do-question/
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.