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