Replies: 1 comment
-
You may check PR #48861 for the full explaination. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
11.0.8
PHP Version
8.2.21
Database Driver & Version
MySQL 8.0.33-25.1
Description
First of all - i known, its not a big deal, but...
So, i think if someone use $table->float('column_name') he really want to get FLOAT SQL type, cuz if you want DOUBLE, just use $table->double('column_name') instead.
I mean, why $table->float() has precision=53 as default? instead of 24?
Steps To Reproduce
Beta Was this translation helpful? Give feedback.
All reactions