Sha256: 92c9f05dff7f9b735d324f6017303e29209c2550158675b970eaf077bf9bf654
Contents?: true
Size: 458 Bytes
Versions: 10
Compression:
Stored size: 458 Bytes
Contents
class LadyJosephineImage < ActiveRecord::Migration def change create_table :lady_josephine_images do |t| t.string :block_uuid t.string :file t.string :uploadable_type t.string :uploadable_uuid t.string :uploadable_id t.string :uploadable_attribute t.text :file_metadata t.integer :uploadable_id t.timestamps null: false end end end
Version data entries
10 entries across 10 versions & 1 rubygems