Sha256: 5152c39a7235918d00ecaa14907cc1da9c96222f660be385f257b14f9ec8f468

Contents?: true

Size: 177 Bytes

Versions: 4

Compression:

Stored size: 177 Bytes

Contents

class CreateColors < ActiveRecord::Migration
  def change
    create_table :colors do |t|
      t.string :name
      t.integer :product_id

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dejavu-0.3.1 test_app/db/migrate/20120211132313_create_colors.rb
dejavu-0.3.0 test_app/db/migrate/20120211132313_create_colors.rb
dejavu-0.2.1 test_app/db/migrate/20120211132313_create_colors.rb
dejavu-0.2.0 test_app/db/migrate/20120211132313_create_colors.rb