fix: recognize json_valid constraint as json field type for database mariadb #2746 (#3309)

This commit is contained in:
oldme
2024-03-06 19:07:31 +08:00
committed by GitHub
parent 97fcd9d726
commit 290f4a3e65
16 changed files with 172 additions and 63 deletions

View File

@ -32,7 +32,7 @@ ORDER BY a.attnum`
)
func init() {
tableFieldsSqlTmp = formatSqlTmp(tableFieldsSqlTmp)
tableFieldsSqlTmp = gdb.FormatMultiLineSqlToSingle(tableFieldsSqlTmp)
}
// TableFields retrieves and returns the fields' information of specified table of current schema.