CustomNotification

5 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('"CustomNotification_id_seq"'::regclass)
type text 2147483647 null
userId int4 10 null
User.id Implied Constraint R
termCourseId jsonb 2147483647 null
sectionId jsonb 2147483647 null
termId jsonb 2147483647 null
cohortId jsonb 2147483647 null
programMasterId jsonb 2147483647 null
body json 2147483647 null
createdAt timestamptz 35,6 null
updatedAt timestamptz 35,6 null

Indexes

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

Relationships