Sha256: e7aaf9c52fe70f0dacadbbd7d9e3ca594d1596e2b4b5ecb0a5f756f5e0b4265a
Contents?: true
Size: 305 Bytes
Versions: 7
Compression:
Stored size: 305 Bytes
Contents
# This migration comes from jellyfish_fog_aws (originally 20150309192000) 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