Jump to content

[SOLVED] Data truncated for column 'Type' at row 1


jitesh

Recommended Posts

Data truncated for column 'Type' at row 1

 

What is the meaning of this error ?

 

Can anyone give idea ?

--------------------------

CREATE TABLE `adcharges` (

  `ID` int(10) NOT NULL auto_increment,

  `AdvtID` int(10) default NULL,

  `Ammount` float(10,2) default NULL,

  `Type` enum('LAYOUT_CHARGE','ADBUILDER_CHARGE','BILLING_CHARGES') default NULL,

  `Status` enum('PAID','UNPAID') default NULL,

  `Date` date default NULL,

  PRIMARY KEY  (`ID`)

) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=17 ;

 

-------------------------

Thanks

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.