notification_contents

14 rows


Description

Master table for notification contents

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
content MEDIUMTEXT 16777215 null
comment MEDIUMTEXT 16777215 null
key VARCHAR 36 null
type BIT 1 null

0:activity,1:reminder,2:acheivement

send_type enum('single', 'bulk') 6 null
reference BIT 1 null

1:homepage,2:community,3:library,4:help,5:quest,6:job,7:profile

send_status BIT 1 0
tenant_id VARCHAR 36 null
created_at TIMESTAMP 19 null
updated_at TIMESTAMP 19 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
tenant_id Performance Asc tenant_id
updated_at_index Performance Asc updated_at

Relationships