Database structure

$cfg['ShowDbStructureCreation']
Type: boolean
Default value: false

Defines whether the database structure page (tables list) has a "Creation" column that displays when each table was created.

$cfg['ShowDbStructureLastUpdate']
Type: boolean
Default value: false

Defines whether the database structure page (tables list) has a "Last update" column that displays when each table was last updated.

$cfg['ShowDbStructureLastCheck']
Type: boolean
Default value: false

Defines whether the database structure page (tables list) has a "Last check" column that displays when each table was last checked.

$cfg['HideStructureActions']
Type: boolean
Default value: true

Defines whether the table structure actions are hidden under a "More" drop-down.

$cfg['ShowColumnComments']
Type: boolean
Default value: true

Defines whether to show column comments as a column in the table structure view.