GameServer.Achievements.UserAchievement
(game_server_core v1.0.958)
Copy Markdown
Ecto schema for the user_achievements table.
Tracks a user's progress toward (and unlock status of) an achievement.
Fields
user_id— the userachievement_id— the achievementprogress— current progress (0..progress_target)unlocked_at— nil if not yet unlocked, timestamp when unlockedmetadata— arbitrary JSON data