entc/gen: minor changes to annotation tests (#948)

This commit is contained in:
Ariel Mashraki
2020-11-13 22:41:45 +02:00
committed by GitHub
parent b71fc2714b
commit 45020a877b
12 changed files with 369 additions and 15 deletions

View File

@@ -43,7 +43,7 @@ type Annotation struct {
//
Options string `json:"options,omitempty"`
// Size define the column size in the generated schema. for example:
// Size defines the column size in the generated schema. For example:
//
// entsql.Annotation{
// Size: 128,