Commit Graph

7 Commits

Author SHA1 Message Date
Cr
02ecc06a65 fix(parseDDL): columntype differentiate datatype and lengthvalue (#101)
* fix(parseDDL): columntype differentiate datatype and lengthvalue

* test: fix test
2022-06-29 09:47:09 +08:00
Trock
d34fe2a768 fix: parseDDL index out of range when characters take up more than one byte (#91) 2022-04-26 10:31:35 +08:00
duc
0a99da578e fix parseDDL bug with escaped quote (#89) 2022-04-24 12:48:18 +08:00
glebarez
3ad599a24d fix for https://github.com/go-gorm/gorm/issues/5282 (#90) 2022-04-24 12:30:39 +08:00
Jinzhu
ce06e3ba04 Improve Smart AutoMigrate 2022-02-19 21:56:09 +08:00
Jinzhu
1eac63ca6d Update Migrator ColumnType interface 2022-02-18 15:41:04 +08:00
ThetaDev
2a8115147a Implemented adding/removing constraints (#55)
* Add CreateConstraint function

* Refactored to recreateTable function

* fix determining constraint name
2021-10-08 17:29:27 +08:00