Sha256: 4a88a63379bfdfd95e6e1bc121e8e57c2a2627f9396def48e2f7efaf578a0808
Contents?: true
Size: 408 Bytes
Versions: 32
Compression:
Stored size: 408 Bytes
Contents
class AttachmentMagickMigration < ActiveRecord::Migration def self.up create_table "amagick_images" do |t| t.string :photo_uid t.string :caption t.integer :priority t.string :source t.string :image_type t.references :imageable, :polymorphic => true t.timestamps end end def self.down drop_table "amagick_images" end end
Version data entries
32 entries across 16 versions & 1 rubygems