catalog_client_participation


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
client_participation.catalog_client_participation_id client_participation_ibfk_1 N
name VARCHAR 500 null
description TEXT 65535 √ null
category VARCHAR 100 √ null
display_order INT 10 √ 0
is_active BIT 1 1
created_at TIMESTAMP 19 √ CURRENT_TIMESTAMP
updated_at TIMESTAMP 19 √ CURRENT_TIMESTAMP
created_by VARCHAR 255 √ null
updated_by VARCHAR 255 √ null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
idx_catalog_client_participation_active Performance Asc is_active
idx_catalog_client_participation_category Performance Asc category
idx_catalog_client_participation_name Performance Asc name

Relationships