platform_settings


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id VARCHAR 36 null
category enum('BILLING', 'EMAIL', 'FEATURE_FLAGS', 'GENERAL', 'INTEGRATION', 'SECURITY') 13 null
created_at DATETIME 26 null
created_by VARCHAR 255 √ null
description TEXT 65535 √ null
is_encrypted BIT 1 null
setting_key VARCHAR 100 null
setting_type enum('BOOLEAN', 'DECIMAL', 'INTEGER', 'JSON', 'STRING') 7 null
setting_value TEXT 65535 null
updated_at DATETIME 26 null
updated_by VARCHAR 255 √ null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
UKayks1ajfa52rvppxmhanlyvht Must be unique Asc setting_key

Relationships