Element

Results 2 issues of Element

## GORM Playground Link https://github.com/go-gorm/playground/pull/1 ## Description 问题代码: gorm.io/driver/[email protected]/migrator.go:418 原因: 字段: "country" varchar(4) DEFAULT 'CN' 读取到的值: column.DefaultValueValue = "'CN'::character varying" 修复建议: 修改正则匹配空格 `'(.*)'::[\w]+$` => `'(.*)'::[\w\s]+$`

**Tiny RDM Version** What version of Tiny RDM are you using? **OS Version** Which OS and version you launch? (Mac/Windows/Linux) **Redis Version** Which version of Redis are you using? **Describe...