Laravel Migração Desconhecida Tipo de coluna Duplo solicitado

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