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:
parent
f7f2060c44
commit
1b10d36030
@ -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(
|
||||||
|
Loading…
Reference in New Issue
Block a user