Sha256: baf647e1205a3e175195919b96e708ae7ce087bda862747e40298e7de3e8b54f
Contents?: true
Size: 586 Bytes
Versions: 4
Compression:
Stored size: 586 Bytes
Contents
# This migration comes from ecm_sliders_engine (originally 2) class CreateEcmSlidersItems < ActiveRecord::Migration[4.2] def change create_table :ecm_sliders_items do |t| t.text :body t.string :url t.integer :position # acts as markup t.string :markup_language # associations t.references :ecm_sliders_slider # paperclip t.string :image_file_name t.integer :image_file_size t.string :image_content_type t.timestamp :image_updated_at t.string :image_fingerprint t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems