您的位置:首页 > 健康 > 美食 > 桂林漓江游船攻略_安阳网红街_网络稿件投稿平台_seo技术培训泰州

桂林漓江游船攻略_安阳网红街_网络稿件投稿平台_seo技术培训泰州

2024/12/23 2:15:33 来源:https://blog.csdn.net/lcadna/article/details/143185655  浏览:    关键词:桂林漓江游船攻略_安阳网红街_网络稿件投稿平台_seo技术培训泰州
桂林漓江游船攻略_安阳网红街_网络稿件投稿平台_seo技术培训泰州
package schemaimport ("encoding/json""time""entgo.io/ent""entgo.io/ent/dialect/entsql""entgo.io/ent/schema""entgo.io/ent/schema/field"
)// Configuration holds the schema definition for the Configuration entity.
type Configuration struct {ent.Schema
}// Annotations of the Configuration.
func (Configuration) Annotations() []schema.Annotation {return []schema.Annotation{entsql.Annotation{Table: "configurations"},//数据库 明}
}// Fields of the Configuration.
func (Configuration) Fields() []ent.Field {return []ent.Field{field.Int("id").Unique().Immutable().Positive(),field.String("config_key"),field.JSON("config_value", json.RawMessage{}),field.String("remark"),field.Int("version").Default(0),field.Time("created_at").Default(time.Now),}
}// Edges of the Configuration.
func (Configuration) Edges() []ent.Edge {return []ent.Edge{}
}

go generate ./ent

调用生成 代码

详细可参考 项目创建 | ent

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com