Added column number to list of columns of table.
This commit is contained in:
parent
31afc6fcbf
commit
f5e9c4b74e
2 changed files with 7 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ class PgAttribute;
|
|||
class ColumnTableModel: public BaseTableModel {
|
||||
public:
|
||||
enum e_Columns : int {
|
||||
AttnumCol,
|
||||
NameCol, ///
|
||||
TypeCol,
|
||||
NullCol,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue