Sha256: 76489b158d95a6a0638b00049a34cd76d95f4b9839616dfcbef0cc5777bd83c5

Contents?: true

Size: 225 Bytes

Versions: 3

Compression:

Stored size: 225 Bytes

Contents

class CreateKnowledgeBaseSectionablesImages < ActiveRecord::Migration
  def change
    create_table :knowledge_base_sectionables_images do |t|
      t.text :caption
      t.string :image

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
knowledge_base-0.2.0 db/migrate/20140306123236_create_knowledge_base_sectionables_images.rb
knowledge_base-0.1.0 db/migrate/20140306123236_create_knowledge_base_sectionables_images.rb
knowledge_base-0.0.3 db/migrate/20140306123236_create_knowledge_base_sectionables_images.rb