Sha256: aa8fa3ffeacb2c9e9c522ef5b0293cd872213234c349ab19384c69136f57be90

Contents?: true

Size: 249 Bytes

Versions: 7

Compression:

Stored size: 249 Bytes

Contents

class CreateJellyfishFogAwsInfrastructureProducts < ActiveRecord::Migration
  def change
    create_table :jellyfish_fog_aws_infrastructure_products do |t|
      t.timestamps
      t.string :instance_size
      t.string :disk_size
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
jellyfish_fog_aws-0.3.0 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb
jellyfish_fog_aws-0.2.2 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb
jellyfish_fog_aws-0.2.1 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb
jellyfish_fog_aws-0.2.0 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb
jellyfish_fog_aws-0.1.1 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb
jellyfish_fog_aws-0.1.0 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb
jellyfish_fog_aws-0.0.1 db/migrate/20150309181621_create_jellyfish_fog_aws_infrastructure_products.rb