fix database for add driver mission
This commit is contained in:
@@ -12,7 +12,7 @@ return new class extends Migration
|
||||
public function up(): void
|
||||
{
|
||||
Schema::table('missions', function (Blueprint $table) {
|
||||
$table->integer('driver_id')->unsigned()->nullable()->index();
|
||||
$table->integer('driver_id')->nullable();
|
||||
$table->string('driver_name')->nullable();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user