Sha256: a2cb7498f3886b8520996a253c7ec86ed282e3c4b0c890e2d6728c6b65fb7f05
Contents?: true
Size: 311 Bytes
Versions: 4
Compression:
Stored size: 311 Bytes
Contents
# This migration comes from rubber_ring (originally 20130520170603) class CreateRubberRingPageContents < ActiveRecord::Migration def change create_table :rubber_ring_page_contents do |t| t.string :key t.string :value t.references :page, index: true t.timestamps end end end
Version data entries
4 entries across 4 versions & 1 rubygems