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