mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-01 17:53:59 +00:00
Updated columns.js
This commit is contained in:
@@ -4,7 +4,7 @@ select
|
|||||||
table_name as "pure_name",
|
table_name as "pure_name",
|
||||||
column_name as "column_name",
|
column_name as "column_name",
|
||||||
is_nullable as "is_nullable",
|
is_nullable as "is_nullable",
|
||||||
case
|
case
|
||||||
when (data_type = 'USER-DEFINED' OR data_type = 'ARRAY') then udt_name::regtype::text
|
when (data_type = 'USER-DEFINED' OR data_type = 'ARRAY') then udt_name::regtype::text
|
||||||
else data_type
|
else data_type
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user