badge_category

3 rows


Description

Stores badge categories

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
badges.badge_category_id badges_ibfk_2 R
name VARCHAR 125 null
type TINYINT 3 null

1:Course,2:Community,3:Resources

tenant_id VARCHAR 36 null
tenants.id badge_category_ibfk_1 R
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