CREATE TABLE `kosztorysy`.`pencil_estimate` ( `estimate_id` INT( 255 ) NOT NULL AUTO_INCREMENT PRIMARY KEY , `estimate_client` INT( 255 ) NOT NULL , `estimate_date` INT( 25 ) NOT NULL , `estimate_due` INT( 25 ) NOT NULL , `estimate_currency` VARCHAR( 255 ) NOT NULL , `estimate_country` VARCHAR( 3 ) NOT NULL , `estimate_summary` FLOAT( 255 ) NOT NULL , `estimate_user` INT( 255 ) NOT NULL , `estimate_shippingCost` FLOAT( 255 ) NOT NULL , `estimate_rabat` INT( 3 ) NOT NULL , `estimate_notes` TEXT NOT NULL ) ENGINE = MYISAM CHARACTER SET utf8 COLLATE utf8_unicode_ci;
Wypada mi taki błąd: #1063 - Incorrect column specifier for column 'estimate_summary' i kompletnie go nie rozumiem. Mógłby mi ktoś wytłumaczyć w czym jest problem?