Categories


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id uuid 2147483647 public.gen_random_uuid()
QuestionCategories.CategoryId QuestionCategories_CategoryId_fkey R

primary key

name varchar 255 null

category name

createdAt timestamptz 35,6 now()

created time

updatedAt timestamptz 35,6 now()

updated time

order serial 10 nextval('qn_ans."Categories_order_seq"'::regclass)
new bool 1 true

Indexes

Constraint Name Type Sort Column(s)
Categories_pkey Primary key Asc id
Categories_name_key Must be unique Asc name

Relationships