The decimal method creates a DECIMAL equivalent column with the given precision (total digits) and scale (decimal digits):
decimal
DECIMAL
$table->decimal('amount', $precision = 8, $scale = 2);