TablesTableModel now also shows (materialized) views en foreign tables.
This commit is contained in:
parent
a0579538df
commit
f0ffcf4abd
4 changed files with 8 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue