Sha256: f15f211e350a1fbd4beb444ed033c7444463884bff40b9bbaf920c36bcc89249

Contents?: true

Size: 174 Bytes

Versions: 11

Compression:

Stored size: 174 Bytes

Contents

class CreateProducts < ActiveRecord::Migration
  def change
    create_table :products do |t|
      t.string :name
      t.string :code

      t.timestamps
    end
  end
end

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
qor_cache-0.0.4 test/dummy/db/migrate/20121025062539_create_products.rb
dejavu-0.3.1 test_app/db/migrate/20111227135944_create_products.rb
qor_cache-0.0.3 test/dummy/db/migrate/20121025062539_create_products.rb
qor_cache-0.0.2 test/dummy/db/migrate/20121025062539_create_products.rb
qor_cache-0.0.1 test/dummy/db/migrate/20121025062539_create_products.rb
dejavu-0.3.0 test_app/db/migrate/20111227135944_create_products.rb
dejavu-0.2.1 test_app/db/migrate/20111227135944_create_products.rb
dejavu-0.2.0 test_app/db/migrate/20111227135944_create_products.rb
dejavu-0.1.2 test_app/db/migrate/20111227135944_create_products.rb
dejavu-0.1.1 test_app/db/migrate/20111227135944_create_products.rb
dejavu-0.1.0 test_app/db/migrate/20111227135944_create_products.rb