doc/md: update codegen introduction page (#1693)

Add missing package.
This commit is contained in:
Ariel Mashraki
2021-07-06 21:57:49 +03:00
committed by GitHub
parent dbce277b68
commit d2a99137f7

View File

@@ -42,6 +42,7 @@ The `generate` command generates the following assets for the schemas:
- Entity object (Go struct) for each of the schema types.
- Package containing constants and predicates used for interacting with the builders.
- A `migrate` package for SQL dialects. See [Migration](migrate.md) for more info.
- A `hook` package for adding mutation middlewares. See [Hooks](hooks.md) for more info.
## Version Compatibility Between `entc` And `ent`