Sha256: 579a0bce004e426f39a68390c807e123b5dbf4302722ea4face2f2e0b1b0b220
Contents?: true
Size: 411 Bytes
Versions: 103
Compression:
Stored size: 411 Bytes
Contents
class AddSpotlightFeaturedImages < ActiveRecord::Migration[4.2] 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
103 entries across 103 versions & 1 rubygems