[GOWS] - 错误: 该值对字符变量(100)类型太长
作者: dv336699创建于 2025年12月19日更新于 2026年9月16日
标签bugpatron:PLUS
postgres-1 | 2025-12-19 08:23:45.573 UTC [1102] ERROR: value too long for type character varying(100) postgres-1 | 2025-12-19 08:23:45.573 UTC [1102] STATEMENT: INSERT INTO gows_groups (id, name, data) VALUES ($1, $2, $3) ON CONFLICT (id) DO UPDATE SET name = EXCLUDED.name, data = EXCLUDED.data
内容来源: devlikeapro/waha