mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Added the 'data type' column in the properties tab of the Columns collection node. #2411
This commit is contained in:
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
Block a user