ExVenture.Users.User (ExVenture v0.1.0) View Source
User schema
Link to this section Summary
Link to this section Types
Specs
t() :: %ExVenture.Users.User{ __meta__: term(), avatar_extension: term(), avatar_key: term(), characters: term(), email: term(), email_verification_token: term(), email_verified_at: term(), id: term(), inserted_at: term(), password: term(), password_confirmation: term(), password_hash: term(), password_reset_expires_at: term(), password_reset_token: term(), playable_characters: term(), role: term(), token: term(), updated_at: term(), username: term() }