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