Change account_id non-nullable in lists (#5979)
This commit is contained in:
parent
30d2ea03b0
commit
14c4a33cd9
3 changed files with 10 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
# Table name: lists
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# account_id :integer
|
||||
# account_id :integer not null
|
||||
# title :string default(""), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue