Please add the Attempts column (int) to the Submission model.
Please also add validation to the model that ensures two submissions cannot be created with the same email and question id.
Add a test that validates that the model ensures two submissions cannot be created with the same email and question id.
