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