The table inheritance works mostly
This commit is contained in:
parent
ccd88d0578
commit
2ff9577d41
22 changed files with 473 additions and 145 deletions
|
|
@ -45,6 +45,9 @@ SOURCES += \
|
|||
catalog/PgConstraintContainer.cpp \
|
||||
ParamListJson.cpp \
|
||||
ParamListModel.cpp \
|
||||
ui/catalog/tables/TableNode.cpp \
|
||||
ui/catalog/tables/TableSize.cpp \
|
||||
ui/catalog/tables/TableTreeBuilder.cpp \
|
||||
util.cpp \
|
||||
SqlFormattingUtils.cpp \
|
||||
catalog/PgKeywordList.cpp \
|
||||
|
|
@ -113,6 +116,9 @@ HEADERS += \
|
|||
catalog/PgConstraintContainer.h \
|
||||
ParamListJson.h \
|
||||
ParamListModel.h \
|
||||
ui/catalog/tables/TableNode.h \
|
||||
ui/catalog/tables/TableSize.h \
|
||||
ui/catalog/tables/TableTreeBuilder.h \
|
||||
util.h \
|
||||
SqlFormattingUtils.h \
|
||||
catalog/PgCatalogTypes.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue