Added column number to list of columns of table.

This commit is contained in:
eelke 2018-08-05 09:05:56 +02:00
parent 31afc6fcbf
commit f5e9c4b74e
2 changed files with 7 additions and 0 deletions

View file

@ -13,6 +13,7 @@ class PgAttribute;
class ColumnTableModel: public BaseTableModel {
public:
enum e_Columns : int {
AttnumCol,
NameCol, ///
TypeCol,
NullCol,