Sha256: e60bd15218d21a520b11dfa03fddba9c33c8ed32179656c6df7acaf0a1e1bae8
Contents?: true
Size: 406 Bytes
Versions: 58
Compression:
Stored size: 406 Bytes
Contents
class AddSpotlightFeaturedImages < ActiveRecord::Migration def change create_table :spotlight_featured_images do |t| t.string :type t.boolean :display t.string :image t.string :source t.string :document_global_id t.integer :image_crop_x t.integer :image_crop_y t.integer :image_crop_w t.integer :image_crop_h t.timestamps end end end
Version data entries
58 entries across 58 versions & 1 rubygems