Laravel Migration Desconocido Tipo de columna Doble solicitado

$table->decimal('mycolumn',15,2)->unsigned()->default(0)->change();
Powerhudaman