https://github.com/laravel/framework/blob/5.0/src/Illuminate/Database/Schema/Grammars/MySqlGrammar.php#L389 ``` php $table->float('fk'); // the field is double in the table. ``` why did this ?? so weird...