PassportSQL

14 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 gen_random_uuid()
order int4 10 0
name varchar 2147483647 null
query_string text 2147483647 null
path varchar 2147483647 null
print_headers bool 1 null
created_at timestamptz 35,6 now()
updated_at timestamptz 35,6 now()
passport_id uuid 2147483647 null
Passport.id PassportSQL_passport_id_fkeyR
enabled bool 1 true

Indexes

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

Relationships