TablesTableModel now also shows (materialized) views en foreign tables.

This commit is contained in:
eelke 2018-12-29 11:19:12 +01:00
parent a0579538df
commit f0ffcf4abd
4 changed files with 8 additions and 2 deletions

View file

@ -16,6 +16,7 @@ public:
enum e_Columns : int {
NameCol, ///< either table, ns.table or table (ns) depending on settings/filters
NamespaceCol,
KindCol,
OwnerCol,
TablespaceCol,
OptionsCol,