mirror of
https://github.com/rbock/sqlpp11.git
synced 2026-01-04 20:20:59 -06:00
add mediumtext data type for mysql in ddl2cpp script
This commit is contained in:
@@ -127,6 +127,7 @@ ddlTextTypes = [
|
||||
"jsonb", # PostgreSQL
|
||||
"json", # PostgreSQL
|
||||
"tinytext", # MYSQL
|
||||
"mediumtext", # MYSQL
|
||||
]
|
||||
|
||||
ddlText = pp.Or(
|
||||
|
||||
Reference in New Issue
Block a user