1
0

test count

This commit is contained in:
2023-08-21 22:13:44 +09:00
parent bdab76bb35
commit 1124b851aa
19 changed files with 1049 additions and 59 deletions

View File

@ -134,6 +134,12 @@ func (Card) Fields() []ent.Field {
Default(url).
Optional(),
field.Int("count").
Optional(),
field.String("author").
Optional(),
field.Time("created_at").
Immutable().
Optional().