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