mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-23 10:28:13 +00:00
perf(迁移文件):调整
This commit is contained in:
parent
3ea7d61bb7
commit
1114a74f94
@ -16,7 +16,7 @@ class AddProjectTasksIsAllVisible extends Migration
|
|||||||
//
|
//
|
||||||
Schema::table('project_tasks', function (Blueprint $table) {
|
Schema::table('project_tasks', function (Blueprint $table) {
|
||||||
if (!Schema::hasColumn('project_tasks', 'is_all_visible')) {
|
if (!Schema::hasColumn('project_tasks', 'is_all_visible')) {
|
||||||
$table->tinyInteger('is_all_visible')->nullable()->default(1)->after('is_default')->comment('是否所有人可见');
|
$table->tinyInteger('is_all_visible')->nullable()->default(1)->after('userid')->comment('是否所有人可见');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user