belongsTo('User', 'uid', 'id', [], 'LEFT')->setEagerlyType(0); } public function videolist() { return $this->belongsTo('Videolist', 'vid', 'id', [], 'LEFT')->setEagerlyType(0); } public function platform() { return $this->belongsTo('Platform', 'platform_id', 'id', [], 'LEFT')->setEagerlyType(0); } }