Sha256: 02a96218f08b93f52f7b2308dfdec126b6b1f827ab15b4eb5e2e15e87469187a

Contents?: true

Size: 162 Bytes

Versions: 7

Compression:

Stored size: 162 Bytes

Contents

class CreateBrands < ActiveRecord::Migration
  def change
    create_table :brands do |t|
      t.string :name, null: false

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
active_git-0.0.10 spec/migrations/20121030163114_create_brands.rb
active_git-0.0.9 spec/migrations/20121030163114_create_brands.rb
active_git-0.0.8 spec/migrations/20121030163114_create_brands.rb
active_git-0.0.7 spec/migrations/20121030163114_create_brands.rb
active_git-0.0.6 spec/migrations/20121030163114_create_brands.rb
active_git-0.0.5 spec/migrations/20121030163114_create_brands.rb
active_git-0.0.4 spec/migrations/20121030163114_create_brands.rb