float('minimum_credits')->default(-1); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('products', function (Blueprint $table) { $table->dropColumn('minimum_credits'); }); } };