release notes — November 22, 2020
The new MySQL engine, code-named Dolphin, is now default. The old engine has
been removed. Your generated code will be different, but should be easy to
adapt. Please open an issue if your code is now broken. If you were using the
mysql:beta
engine, you’ll need to change that to mysql
.
db
tags for struct fields (#656)go get
(#744)go_type
import path of an override using an object instead of a string.overrides:
- db_type: "uuid"
go_type:
import: "gopkg.in/guregu/null.v3"
package: "null"
type: "Bool"