Add missing NOT NULL
on more columns from "large but valid" tables (#33330)
This commit is contained in:
parent
f19fd0b889
commit
978142ac9e
17 changed files with 173 additions and 17 deletions
|
@ -5,11 +5,11 @@
|
|||
# Table name: tombstones
|
||||
#
|
||||
# id :bigint(8) not null, primary key
|
||||
# account_id :bigint(8)
|
||||
# by_moderator :boolean
|
||||
# uri :string not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# by_moderator :boolean
|
||||
# account_id :bigint(8) not null
|
||||
#
|
||||
|
||||
class Tombstone < ApplicationRecord
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue