entc/gen: minor codegen improvements

This commit is contained in:
Ariel Mashraki
2021-11-08 14:13:24 +02:00
committed by Ariel Mashraki
parent e915765f3b
commit ab207c499a
118 changed files with 118 additions and 324 deletions

View File

@@ -41,8 +41,7 @@ var (
// Schema is the API for creating, migrating and dropping a schema.
type Schema struct {
drv dialect.Driver
universalID bool
drv dialect.Driver
}
// NewSchema creates a new schema client.