Skip to content

Instantly share code, notes, and snippets.

@domagude
Created October 20, 2017 12:13
Show Gist options
  • Save domagude/dc448014e94999ae0b274b28b332b781 to your computer and use it in GitHub Desktop.
Save domagude/dc448014e94999ae0b274b28b332b781 to your computer and use it in GitHub Desktop.
class CreateCategories < ActiveRecord::Migration[5.1]
def change
create_table :categories do |t|
t.string :name
t.string :branch
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment