Jump to content

unsigned tinyint


otuatail

Recommended Posts

Sorry but can't get this table creation to work. Any help?

 

DROP TABLE IF EXISTS `config`;
CREATE TABLE IF NOT EXISTS `config` (
  `EntryDate` date DEFAULT NULL,
  `BalanceValue` decimal(6,2) NOT NULL DEFAULT '0.00',
  `Mode` unsigned tinyint NOT NULL DEFAULT 0
) ENGINE=MyISAM DEFAULT CHARSET=latin1;
 
 
Link to comment
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.