string('slug')->primary(); $table->timestamps(); }); } public function down(): void { Schema::dropIfExists('payment_status'); } };