member_notifications

305 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('member_notifications_id_seq'::regclass)
notification_links.member_notification_id fk_autog808c2ef216 R
notification_id int4 10 null
notifications.id fk_autog808c2ef24 R
member_id int4 10 null
members.id fk_autog808c2ef23 R
created_at timestamp 29,6 null
updated_at timestamp 29,6 null
opened bool 1 null

Indexes

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

Relationships