Laravel Migration Unbekannter Spaltentyp doppelt angefordert

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