A user has many uploads. I want to add a column to the uploads table that references the user. What should the migration look like?
uploads
user
Here i
Another syntax of doing the same thing is:
rails g migration AddUserToUpload user:belongs_to