user_session


Columns

Column Type Size Nulls Auto Default Children Parents Comments
uuid uuid 2147483647 gen_random_uuid()
comment text 2147483647 null
created_on timestamptz 35,6 now()
props jsonb 2147483647 null
tags jsonb 2147483647 null
updated_on timestamptz 35,6 now()
version int8 19 1
options text 2147483647 null
timestamp int8 19 null
id_owned_by uuid 2147483647 null
user.uuid user_session_id_owned_by_fkey R
user_id uuid 2147483647 null
user.uuid user_session_user_id_fkey R

Table contained 0 rows

Indexes

Constraint Name Type Sort Column(s)
user_session_pkey Primary key Asc uuid

Relationships