我用 laravel 的 migration 创建数据表,其中一个字段为 float 类型,使用$table->float ()方法,但是创建完之后,数据库显示的类型确是 double,请问有什么办法解决吗?