mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-05-08 04:10:08 -05:00
Adjust sample.sql and ddl2cpp to match Sample.h
This commit is contained in:
@@ -273,6 +273,7 @@ types = {
|
||||
'numeric': 'floating_point', # PostgreSQL
|
||||
'date': 'day_point',
|
||||
'datetime': 'time_point',
|
||||
'time': 'time_of_day',
|
||||
'time without time zone': 'time_point', # PostgreSQL
|
||||
'time with time zone': 'time_point', # PostgreSQL
|
||||
'timestamp': 'time_point',
|
||||
|
||||
Reference in New Issue
Block a user