app_workspace_off_notification

0 rows


Description

Table to store the record whether user want to stop receiving notification about workspace or not

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_workspace_off_notification_id_seq'::regclass)
course_id int8 19 null
app_course.id Defined in XMLR
user_id int8 19 null
app_user.id Defined in XMLR
time_created int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_workoffnoti_id_pk Primary key Asc id
app_workoffnoti_cou_ix Performance Asc course_id
app_workoffnoti_tim_ix Performance Asc time_created
app_workoffnoti_use_ix Performance Asc user_id
app_workoffnoti_usecou_uix Must be unique Asc/Asc user_id + course_id

Relationships