fix review request constraint

This commit is contained in:
2023-05-03 21:23:09 -03:00
parent afb827dae3
commit 6a31c0de64
6 changed files with 18 additions and 7 deletions

View File

@@ -3,7 +3,7 @@
# Table name: review_requests
#
# id :bigint not null, primary key
# answered :string
# answered :string not null
# created_at :datetime not null
# updated_at :datetime not null
# question_id :bigint not null

View File

@@ -3,7 +3,7 @@
# Table name: review_requests
#
# id :bigint not null, primary key
# answered :string
# answered :string not null
# created_at :datetime not null
# updated_at :datetime not null
# question_id :bigint not null