UserSessions

185 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 null
preffered_username text 2147483647 null
given_name text 2147483647 null
family_name text 2147483647 null
refresh_token text 2147483647 null
access_token text 2147483647 ''::text
AccessTokenExpirationDate timestamptz 35,6 null
RefreshTokenExpirationDate timestamptz 35,6 null

Indexes

Constraint Name Type Sort Column(s)
PK_UserSessions Primary key Asc id

Relationships