'json', 'ask'=>'json', 'watch_only' => 'boolean', ]; public function user(){ return $this->hasOne(User::class,'id','user_id'); } }