user_notify_setting


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('user_notify_setting_id_seq'::regclass)
user_id int8 19 null
user.id user_notify_setting_user_id_foreignR
enable bool 1 true
mention bool 1 true
follow bool 1 true
comment bool 1 true
appreciation bool 1 true
article_subscription bool 1 false
comment_subscribed bool 1 false
downstream bool 1 true
comment_pinned bool 1 true
comment_voted bool 1 false
wallet_update bool 1 false
official_notice bool 1 true
report_feedback bool 1 false
created_at timestamptz 35,6 CURRENT_TIMESTAMP
updated_at timestamptz 35,6 CURRENT_TIMESTAMP
email bool 1 true
tag bool 1 true

Indexes

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

Relationships