mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
postgre fix
This commit is contained in:
parent
8f34184818
commit
06aa838234
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user