Display comments in the list of databases
This commit is contained in:
parent
2724586f4e
commit
f21a59e030
4 changed files with 16 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ class DatabasesTableModel : public BaseTableModel
|
|||
public:
|
||||
enum e_Columns : int { NameCol, DbaCol, EncodingCol, CollateCol,
|
||||
CTypeCol, IsTemplateCol, AllowConnCol, ConnLimitCol,
|
||||
TablespaceCol, SizeCol, AclCol, COL_COUNT };
|
||||
TablespaceCol, CommentCol, SizeCol, AclCol, COL_COUNT };
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue