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
|
||||
"json", # PostgreSQL
|
||||
"tinytext", # MYSQL
|
||||
"mediumtext", # MYSQL
|
||||
]
|
||||
|
||||
ddlText = pp.Or(
|
||||
|
Loading…
Reference in New Issue
Block a user