Laravel 8 decimal

$table->decimal('amount', $precision = 8, $scale = 2);
Xerothermic Xenomorph