Skip to content

Commit

Permalink
Added the 'data type' column in the properties tab of the Columns col…
Browse files Browse the repository at this point in the history
…lection node. pgadmin-org#2411
  • Loading branch information
anilsahoo20 authored and akshay-joshi committed Sep 1, 2023
1 parent 2a48acf commit fe5d03c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
});
Expand Down

0 comments on commit fe5d03c

Please sign in to comment.