AHG Settings

Centralized AHG plugin settings management (section-based admin UI).

ahgSettingsPlugin
276
ahg_settings
Entity Relationship Diagram
Open Full Size
Foreign Key Relationships
Constraint Table Column References Referenced Column
ahg_settings_ibfk_1 ahg_settings updated_by user id
ahg_settings
10 columns 276 rows
Column Type Nullable Default Extra Comment
PK id int NOT NULL - auto_increment
UQ setting_key varchar(100) NOT NULL -
setting_value text NULL -
setting_type varchar(43) NULL string string, integer, boolean, json, float
FK setting_group varchar(50) NOT NULL general
description varchar(500) NULL -
is_sensitive tinyint(1) NULL 0
FK updated_by int NULL -
updated_at datetime NULL CURRENT_TIMESTAMP DEFAULT_GENERATED on update CURRENT_TIMESTAMP
created_at datetime NULL CURRENT_TIMESTAMP DEFAULT_GENERATED
Notes

Log in to add notes.

Legend
PK Primary Key FK Foreign Key / Index UQ Unique Constraint
Table structures are read live from the database. Row counts reflect current data.