mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-06 13:10:34 -06:00
Added enum and set to be interpreted as text
Maybe we will need a better mapping one fine day...
This commit is contained in:
@@ -128,6 +128,8 @@ types = {
|
||||
'date' : 'day_point',
|
||||
'datetime' : 'time_point',
|
||||
'timestamp' : 'time_point',
|
||||
'enum' : 'text', # MYSQL
|
||||
'set' : 'text', # MYSQL
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user