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',