1
0
This commit is contained in:
2024-04-11 06:54:13 +09:00
parent 9d1838f75d
commit 0e4f081101
15 changed files with 540 additions and 28 deletions

View File

@ -43,6 +43,9 @@ func (Sev) Fields() []ent.Field {
field.Int("cid").
Optional(),
field.Int("card").
Optional(),
field.Time("updated_at").
Optional(),