unsignedBigInteger('created_by')->nullable()->comment('创建人ID'); $this->unsignedBigInteger('updated_by')->nullable()->comment('更新人ID'); return $this; }); } }