new feature

This commit is contained in:
JaguarJack
2022-12-14 19:25:52 +08:00
parent b63cd5d01c
commit 098463f4e1
35 changed files with 391 additions and 146 deletions

View File

@@ -25,6 +25,8 @@ return new class () extends Migration {
$table->string('remember_token', 1000)->nullable()->comment('token');
$table->integer('department_id')->default(0)->comment('部门ID');
$table->integer('creator_id')->default(0);
$table->status();