diff --git a/doc/config.rst b/doc/config.rst index 3b20c5a48f..9b3c8c03de 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -2157,6 +2157,13 @@ Database structure Defines whether the table structure actions are hidden under a "More" drop-down. +.. config:option:: $cfg['ShowColumnComments'] + + :type: boolean + :default: true + + Defines whether to show column comments as a column in the table structure view. + Browse mode -----------