mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-05 20:50:34 -06:00
Renamed date/date_time to day_point/time_point
This commit is contained in:
@@ -101,8 +101,8 @@ types = {
|
||||
'boolean': 'boolean',
|
||||
'double': 'floating_point',
|
||||
'float': 'floating_point',
|
||||
'date' : 'date',
|
||||
'datetime' : 'date_time',
|
||||
'date' : 'day_point',
|
||||
'datetime' : 'time_point',
|
||||
}
|
||||
|
||||
# PROCESS DDL
|
||||
|
||||
Reference in New Issue
Block a user