-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/#58 db scheme #72
Conversation
JudgeCode, submissionのコードをデータベースで持つならこっちも持っても良さそうかも |
migrations/0_create-table.sql
Outdated
`id` INT AUTO_INCREMENT PRIMARY KEY, | ||
`name` VARCHAR(255) NOT NULL, | ||
`path` VARCHAR(255) NOT NULL, | ||
`problem_id` INT NOT NULL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
created_at, updated_atいるかも
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scheme はよさそう
これこのissueでhandlerも直しますか |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
関連Issue
概要
時間周りの変数名が一致していないので修正
testcaseの変数名をopenAPIのものとできるだけ合わせた
変更内容
補足