Re-added accidentally removed real type to ddl2cpp

This commit is contained in:
rbock
2018-12-24 17:44:17 +01:00
parent 7e2e1abbfc
commit 052dbe10b2

View File

@@ -268,6 +268,7 @@ types = {
'float8': 'floating_point', # PostgreSQL
'float': 'floating_point',
'float4': 'floating_point', # PostgreSQL
'real': 'floating_point',
'numeric': 'floating_point', # PostgreSQL
'date': 'day_point',
'datetime': 'time_point',