Class: CreateTaxonomies
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateTaxonomies
- Defined in:
- lib/generators/taxis/templates/create_taxonomies.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
10 11 12 |
# File 'lib/generators/taxis/templates/create_taxonomies.rb', line 10 def self.down drop_table :taxonomies end |
.up ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/generators/taxis/templates/create_taxonomies.rb', line 2 def self.up create_table :taxonomies do |t| t.string :name t.text :description t. end end |