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_',
|
'char': 'char_',
|
||||||
'varchar': 'varchar',
|
'varchar': 'varchar',
|
||||||
'text': 'text',
|
'text': 'text',
|
||||||
|
'clob': 'text',
|
||||||
'tinyblob': 'blob',
|
'tinyblob': 'blob',
|
||||||
'blob': 'blob',
|
'blob': 'blob',
|
||||||
'mediumblob': 'blob',
|
'mediumblob': 'blob',
|
||||||
|
Loading…
Reference in New Issue
Block a user