mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
postgre fix
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
select
|
||||
table_schema as schemaName,
|
||||
table_name as pureName,
|
||||
column_name as columnName,
|
||||
is_nullable as isNullable,
|
||||
table_schema as "schemaName",
|
||||
table_name as "pureName",
|
||||
column_name as "columnName",
|
||||
is_nullable as "isNullable",
|
||||
data_type as dataType,
|
||||
character_maximum_length,
|
||||
numeric_precision,
|
||||
|
||||
Reference in New Issue
Block a user