Sha256: ff6441c90b624b1523981b546754963d210d53d5521bb64ca78d61f11ec4fde9

Contents?: true

Size: 140 Bytes

Versions: 6

Compression:

Stored size: 140 Bytes

Contents

ROM.env.gateways[:default].migration do
  change do
    create_table :carrots do
      primary_key :id
      String :name
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rom-sql-0.6.1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-0.6.0 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-0.6.0.rc1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-0.6.0.beta1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-0.5.3 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-0.5.2 spec/fixtures/migrations/20150403090603_create_carrots.rb