mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
fix migration table name
This commit is contained in:
@@ -16,7 +16,7 @@ return new class extends Migration
|
||||
Schema::table('agent_allowed_family', function (Blueprint $table) {
|
||||
$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();
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user