diff --git a/gb.db.mysql/src/main.c b/gb.db.mysql/src/main.c index dd5dde6fd..1139100a6 100644 --- a/gb.db.mysql/src/main.c +++ b/gb.db.mysql/src/main.c @@ -1740,7 +1740,7 @@ static int table_create(DB_DATABASE *db, const char *table, DB_FIELD *fields, ch break; - default: type = "TEXT"; break; + default: type = "MEDIUMTEXT"; break; } DB.Query.Add(" ");