From 1b10d360309223ba226fc0f4355b171d7c046602 Mon Sep 17 00:00:00 2001 From: linrongbin Date: Fri, 11 Feb 2022 10:53:34 +0800 Subject: [PATCH] add mediumtext data type for mysql in ddl2cpp script --- scripts/ddl2cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ddl2cpp b/scripts/ddl2cpp index db8b676b..992396e1 100755 --- a/scripts/ddl2cpp +++ b/scripts/ddl2cpp @@ -127,6 +127,7 @@ ddlTextTypes = [ "jsonb", # PostgreSQL "json", # PostgreSQL "tinytext", # MYSQL + "mediumtext", # MYSQL ] ddlText = pp.Or(