Merge pull request #214 from sjoubert/ddl2cpp_clob_mapping

Add mapping of the 'clob' type to the existing 'text' type
This commit is contained in:
Roland Bock
2018-02-08 19:43:06 +01:00
committed by GitHub

View File

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