Change user_id column non-nullable (#6435)
This commit is contained in:
parent
95c8232109
commit
67f7ffa792
4 changed files with 11 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
# Table name: invites
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer
|
||||
# user_id :integer not null
|
||||
# code :string default(""), not null
|
||||
# expires_at :datetime
|
||||
# max_uses :integer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue