Make exclusive to not null

This commit is contained in:
KMY 2023-06-06 11:55:47 +09:00
parent a0ba919237
commit 2d49813dd8
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# replies_policy :integer default("list"), not null
# exclusive :boolean default(FALSE)
# exclusive :boolean default(FALSE), not null
#
class List < ApplicationRecord