Sha256: 4640af0f021f90e0619c817bb56fb651f573922060dd1445355c2f9924d7e0e9

Contents?: true

Size: 231 Bytes

Versions: 7

Compression:

Stored size: 231 Bytes

Contents

class CreateJellyfishFogAwsStorageProducts < ActiveRecord::Migration
  def change
    create_table :jellyfish_fog_aws_storage_products do |t|
      t.timestamps
      t.string :availability
      t.string :region
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

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