Th default values of columns are now joined with the other column data and displayed in the default column of the column tableview.
This commit is contained in:
parent
8402470baa
commit
a69aa401b2
3 changed files with 17 additions and 9 deletions
|
|
@ -24,6 +24,8 @@ public:
|
|||
QString acl;
|
||||
QString options;
|
||||
|
||||
QString defaultValue; ///< Comes from pg_attrdef table
|
||||
|
||||
|
||||
bool operator==(Key _k) const { return relid == std::get<0>(_k) && num == std::get<1>(_k); }
|
||||
bool operator==(const QString &n) const { return name == n; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue