function up_1(){ $this->createtable('financial_informations', 'id int(11) not null auto_increment primary key, some_value float(10,2) , number_of_some int(10), amount_of_some float(10,2) , some_else_id'); }
Can't test right now but it's always float(10.2) (<= ten point two)
1 to 5 of 5