class CreateTags
Public Instance Methods
change()
click to toggle source
# File lib/db/migrate/20160913134552_create_tags.rb, line 2 def change create_table :tags do |t| t.string :name, index: true end end
# File lib/db/migrate/20160913134552_create_tags.rb, line 2 def change create_table :tags do |t| t.string :name, index: true end end