bigInteger('workgroup_id')->nullable()->comment('外键到工作组'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('user_duty_checks', function (Blueprint $table) { }); } }