mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-09 14:42:17 -06:00
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:
@@ -211,6 +211,7 @@ types = {
|
||||
'char': 'char_',
|
||||
'varchar': 'varchar',
|
||||
'text': 'text',
|
||||
'clob': 'text',
|
||||
'tinyblob': 'blob',
|
||||
'blob': 'blob',
|
||||
'mediumblob': 'blob',
|
||||
|
||||
Reference in New Issue
Block a user