0
0
mirror of https://github.com/rbock/sqlpp11.git synced 2024-11-15 20:31:16 +08:00

add mediumtext data type for mysql in ddl2cpp script

This commit is contained in:
linrongbin 2022-02-11 10:53:34 +08:00 committed by Roland Bock
parent f7f2060c44
commit 1b10d36030

View File

@ -127,6 +127,7 @@ ddlTextTypes = [
"jsonb", # PostgreSQL "jsonb", # PostgreSQL
"json", # PostgreSQL "json", # PostgreSQL
"tinytext", # MYSQL "tinytext", # MYSQL
"mediumtext", # MYSQL
] ]
ddlText = pp.Or( ddlText = pp.Or(