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 Aug 31, 2023
1 parent ed8aeed commit 0b7eafa
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 0b7eafa

Please sign in to comment.