class CreateStubs

Public Instance Methods

change() click to toggle source
# File lib/db/migrate/20160913134610_create_stubs.rb, line 2
def change
  create_table :stubs do |t|
    t.belongs_to :item
    t.belongs_to :tag
  end
end