Sha256: 51becf22448a5a962815cb4a67adb4025ea9ebef938982b2b82edb27b9b14ddc

Contents?: true

Size: 149 Bytes

Versions: 10

Compression:

Stored size: 149 Bytes

Contents

class CreateDrinks < ActiveRecord::Migration
  def change
    create_table :drinks 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/20120214105421_create_drinks.rb
markable-0.1.3 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.1.2 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.1.1 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.1.0 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.0.8 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.0.7 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.0.6 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.0.5 test/dummy/db/migrate/20120214105421_create_drinks.rb
markable-0.0.4 test/dummy/db/migrate/20120214105421_create_drinks.rb