ent v0.2.3 Release Notes

Release Date: 2020-06-09 // almost 4 years ago
  • Schema changes

    2 options were added to the schema fields:

    • 0️⃣ SchemaType - an option to override the default database-type used by ent. docs
    • 📄 GoType - an option to provide a custom Go type for fields. docs

    Codegen

    🏗 A few bug fixes and another option for getting the Mutation object of a builder. More info can be found in the PR.