0
0
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:
Sylvain Joubert 2018-02-08 10:38:30 +01:00
parent f6503992f7
commit 20ab921a5a

View File

@ -211,6 +211,7 @@ types = {
'char': 'char_',
'varchar': 'varchar',
'text': 'text',
'clob': 'text',
'tinyblob': 'blob',
'blob': 'blob',
'mediumblob': 'blob',