belongsTo(DataTable::class); } /** Author who created it user */ public function author() { return $this->belongsTo(User::class, 'author_id'); } }