postgre fix

This commit is contained in:
Jan Prochazka 2020-02-02 20:33:02 +01:00
parent 8f34184818
commit 06aa838234

View File

@ -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,