Updated columns.js

This commit is contained in:
Bare7a
2024-04-06 17:30:09 +03:00
parent 3cd070e211
commit 4b2e28483b

View File

@@ -4,7 +4,7 @@ select
table_name as "pure_name",
column_name as "column_name",
is_nullable as "is_nullable",
case
case
when (data_type = 'USER-DEFINED' OR data_type = 'ARRAY') then udt_name::regtype::text
else data_type
end