- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for FindString (0.04 sec)
-
migrator/migrator.go
alterColumn = true } } } } // check precision if realDataType == "decimal" || realDataType == "numeric" && regexp.MustCompile(realDataType+`\(.*\)`).FindString(fullDataType) != "" { // if realDataType has no precision,ignore precision, scale, ok := columnType.DecimalSize() if ok { if !strings.HasPrefix(fullDataType, fmt.Sprintf("%s(%d,%d)", realDataType, precision, scale)) &&
Registered: Sun Dec 28 09:35:17 UTC 2025 - Last Modified: Sun Oct 26 12:31:09 UTC 2025 - 29.7K bytes - Viewed (0)