entc/gen: add Exec and ExecX to Create builder (#1753)

This commit is contained in:
Tarrence van As
2021-07-23 05:00:47 -07:00
committed by GitHub
parent b9a6b955f8
commit cdfa3e35bb
102 changed files with 1292 additions and 3 deletions

View File

@@ -550,7 +550,7 @@ func (b *bytesBuilder) Optional() *bytesBuilder {
}
// Unique makes the field unique within all vertices of this type.
// Only supported in PostgresSQL.
// Only supported in PostgreSQL.
func (b *bytesBuilder) Unique() *bytesBuilder {
b.desc.Unique = true
return b