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