Added the 'data type' column in the properties tab of the Columns collection node. #2411
parent
ed8aeed818
commit
0b7eafaca0
|
|
@ -23,7 +23,7 @@ define('pgadmin.node.column', [
|
|||
node: 'column',
|
||||
label: gettext('Columns'),
|
||||
type: 'coll-column',
|
||||
columns: ['name', 'atttypid', 'description'],
|
||||
columns: ['name', 'cltype', 'description'],
|
||||
canDrop: SchemaChildTreeNode.isTreeItemOfChildOfSchema,
|
||||
canDropCascade: false,
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue