The create table statement now lists the inherited tables and inherited columns are commented out.
This commit is contained in:
parent
498233d58c
commit
6c76c70a97
11 changed files with 118 additions and 6 deletions
|
|
@ -24,6 +24,7 @@ public:
|
|||
bool hasdef = false;
|
||||
char identity = ' ';
|
||||
bool isdropped = false;
|
||||
bool islocal = true;
|
||||
Oid collation = InvalidOid;
|
||||
QString acl;
|
||||
QString options;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue