From 8e1469c86e3aecc999b4d96ef827523f2bbe8e61 Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Tue, 28 Nov 2017 09:07:33 -0500 Subject: [PATCH] Documentation for ShowColumnComments Signed-off-by: Isaac Bennetch --- doc/config.rst | 7 +++++++ 1 file changed, 7 insertions(+) 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 -----------