mirror of
https://github.com/rbock/sqlpp11.git
synced 2024-11-15 20:31:16 +08:00
Add mapping of the 'clob' type to the existing 'text' type
This commit is contained in:
parent
f6503992f7
commit
20ab921a5a
@ -211,6 +211,7 @@ types = {
|
||||
'char': 'char_',
|
||||
'varchar': 'varchar',
|
||||
'text': 'text',
|
||||
'clob': 'text',
|
||||
'tinyblob': 'blob',
|
||||
'blob': 'blob',
|
||||
'mediumblob': 'blob',
|
||||
|
Loading…
Reference in New Issue
Block a user