DocSign

101 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"DocSign_id_seq"'::regclass)
UserDocSign.docSignId Implied Constraint R
uuid uuid 2147483647 null
guidelines json 2147483647 null
declarationConsent json 2147483647 null
programId int4 10 null
Program.id Implied Constraint R
totalConsents varchar 255 null
isDeleted bool 1 false
isDraft bool 1 false
createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null
createdBy int4 10 null
updatedBy int4 10 null
checkBoxName text 2147483647 null
title text 2147483647 null
json 2147483647 null
newPolicies json 2147483647 null

Indexes

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

Relationships