Closed
Description
- Laravel Version: 5.4.16
- PHP Version: PHP 7.1.1-1+deb.sury.org~xenial+1 (cli) (built: Jan 20 2017 09:20:20) ( NTS )
- Database Driver & Version: mysql Ver 14.14 Distrib 5.7.17, for Linux (x86_64) using EditLine wrapper
Description:
In a migration, using the float() type actually creates a double()
Steps To Reproduce:
public function up()
{
Schema::create('test_table', function (Blueprint $table) {
$table->increments('id');
$table->float('test', 5, 2);
$table->timestamps();
});
}
Metadata
Metadata
Assignees
Labels
No labels