Class: CreateTags
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateTags
- Defined in:
- lib/generators/templates/create_tags.rb
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/generators/templates/create_tags.rb', line 2 def change create_table :tags do |t| t.string :name, index: true, unique: true t. end end |