-CREATE FUNCTION db_utils.set_hidden_smart_comment ( schema_name text, table_name text, column_name text, is_hidden boolean DEFAULT TRUE ) RETURNS void AS $EOFCODE$
+CREATE FUNCTION db_utils.set_hidden_smart_comment ( schema_name text, table_name text, column_name text, is_hidden boolean DEFAULT true ) RETURNS void AS $EOFCODE$