Class: CreateAssets
- Inherits:
-
ActiveRecord::Migration
- Object
- ActiveRecord::Migration
- CreateAssets
- Defined in:
- lib/generators/npo_assets/templates/migration.rb
Class Method Summary collapse
Class Method Details
.down ⇒ Object
10 11 12 |
# File 'lib/generators/npo_assets/templates/migration.rb', line 10 def self.down drop_table :assets end |
.up ⇒ Object
2 3 4 5 6 7 8 |
# File 'lib/generators/npo_assets/templates/migration.rb', line 2 def self.up create_table :assets do |t| t.string :url t.text :original_url t.integer :remote_id end end |