1
0
forked from ALHP/ALHP.GO

regen ent with version 0.10.0

This commit is contained in:
2022-02-10 19:21:16 +01:00
parent f0ac9d6052
commit adad7c1acd
10 changed files with 90 additions and 59 deletions

View File

@@ -37,8 +37,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.