Sha256: b47eb4abad0a950832bdd1f233ced52adf43be74b044e9f27158e585178778eb

Contents?: true

Size: 122 Bytes

Versions: 29

Compression:

Stored size: 122 Bytes

Contents

ROM::SQL.migration do
  change do
    create_table :carrots do
      primary_key :id
      String :name
    end
  end
end

Version data entries

29 entries across 29 versions & 1 rubygems

Version Path
rom-sql-1.3.5 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.3.4 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-2.0.0.beta2 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-2.0.0.beta1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.3.3 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.3.2 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.3.1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.3.0 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.2.2 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.2.1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.2.0 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.1.2 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.1.1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.1.0 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.0.3 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.0.2 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.0.1 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.0.0 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.0.0.rc2 spec/fixtures/migrations/20150403090603_create_carrots.rb
rom-sql-1.0.0.rc1 spec/fixtures/migrations/20150403090603_create_carrots.rb