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