goFrendiAsgard / No-CMS

No-CMS, A CodeIgniter Based CMS Framework
299 stars 199 forks source link

TINYINT(1) is imported as TINYINT(3) #69

Open cesarliws opened 10 years ago

cesarliws commented 10 years ago

I have a few columns as:

`colaborador` TINYINT(1) NOT NULL DEFAULT '0',

Used to store boolean values, when nordrassil imports it, it changes to:

`colaborador` TINYINT(3) NULL DEFAULT NULL,