integer("position")->default(0); }); } /** * Reverse the migrations. */ public function down(): void { Schema::table("partners", function (Blueprint $table) { $table->dropColumn("position"); // drop the column }); } };