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