Skip to content

Commit

Permalink
add userName
Browse files Browse the repository at this point in the history
  • Loading branch information
PonponJuice committed Dec 13, 2024
1 parent e0899b0 commit af4d5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migrations/0_create-table.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ CREATE TABLE IF NOT EXISTS `submissions` (
`id` INT AUTO_INCREMENT PRIMARY KEY,
`problem_id` INT NOT NULL,
`user_id` INT NOT NULL,
`user_name` VARCHAR(255) NOT NULL,
`language_id` INT NOT NULL,
`source` TEXT NOT NULL,
`judge_status` VARCHAR(4) NOT NULL,
Expand Down

0 comments on commit af4d5a8

Please sign in to comment.