'int', ]; // 与广告主模型的关联 public function advertisers() { return $this->hasMany(ThirdUserAdvertiser::class, 'doc_', 'id'); } }