Open mauvm opened 8 years ago
When using $table->float('temp'); a DOUBLE column will be created instead. This is uses double the amount of space (8 bytes vs 4 bytes). Pun intended.
$table->float('temp');
When using
$table->float('temp');
a DOUBLE column will be created instead. This is uses double the amount of space (8 bytes vs 4 bytes). Pun intended.