Added the 'data type' column in the properties tab of the Columns collection node. #2411

This commit is contained in:
Anil Sahoo 2023-08-31 12:33:08 +05:30 committed by GitHub
parent ed8aeed818
commit 0b7eafaca0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
});