mirror of
https://github.com/rbock/sqlpp11.git
synced 2025-12-31 02:00:24 -06:00
Re-added accidentally removed real type to ddl2cpp
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user