feat: add rejudge function to storage & update schema
This commit is contained in:
parent
80df2e2820
commit
48ad3a5461
3 changed files with 41 additions and 3 deletions
|
@ -9,5 +9,6 @@ type Solution struct {
|
|||
LanguageId *int32 `db:"language_id"`
|
||||
SolutionHash *string `db:"solution_hash"`
|
||||
Result *int32 `db:"result"`
|
||||
Score *int32 `db:"score"`
|
||||
CreatedAt *time.Time `db:"created_at"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue