|
@@ -46,6 +46,6 @@ func (BatchMsg) Indexes() []ent.Index {
|
|
|
func (BatchMsg) Annotations() []schema.Annotation {
|
|
|
return []schema.Annotation{
|
|
|
entsql.WithComments(true),
|
|
|
- entsql.Annotation{Table: "batch_msgs"},
|
|
|
+ entsql.Annotation{Table: "batch_msg"},
|
|
|
}
|
|
|
}
|