'encrypted', 'total_won' => 'encrypted', 'total_lost' => 'encrypted', 'biggest_win' => 'encrypted', 'total_wins' => 'integer', 'vip_points' => 'integer', // not encrypted in migration 'last_activity' => 'datetime', ]; public function user() { return $this->belongsTo(User::class); } }