Sha256: f0bfdc2c633ec482f9c54cdae2f964b0be4fcc537cff30ee6026106ef05caeef

Contents?: true

Size: 147 Bytes

Versions: 10

Compression:

Stored size: 147 Bytes

Contents

class CreateFoods < ActiveRecord::Migration
  def change
    create_table :foods do |t|
      t.string :name

      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
markable-0.1.4 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.1.3 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.1.2 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.1.1 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.1.0 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.0.8 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.0.7 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.0.6 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.0.5 test/dummy/db/migrate/20120214105411_create_foods.rb
markable-0.0.4 test/dummy/db/migrate/20120214105411_create_foods.rb