qualification


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('qualification_id_seq'::regclass)
uuid varchar 2147483647 null
id_mc varchar 2147483647 null
country_id varchar 2147483647 null
name varchar 2147483647 null
text varchar 2147483647 null
is_active bool 1 true
type varchar 2147483647 null
language_ids text 2147483647 null
responses json 2147483647 null
raw_data json 2147483647 null
created_at timestamp 29,6 now()
deleted_at timestamp 29,6 null
updated_at timestamp 29,6 now()

Indexes

Constraint Name Type Sort Column(s)
PK_c8244868552c4364a5264440a66 Primary key Asc id
UQ_9ba831e87b773aaadc4908ebf12 Must be unique Asc uuid

Relationships