mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix migration table name
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ return new class extends Migration
|
|||||||
Schema::table('agent_allowed_family', function (Blueprint $table) {
|
Schema::table('agent_allowed_family', function (Blueprint $table) {
|
||||||
$table->string("comment")->nullable(true)->change();
|
$table->string("comment")->nullable(true)->change();
|
||||||
});
|
});
|
||||||
Schema::table('agent_deny_family', function (Blueprint $table) {
|
Schema::table('agent_allowed_exception', function (Blueprint $table) {
|
||||||
$table->string("comment")->nullable(true)->change();
|
$table->string("comment")->nullable(true)->change();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user