Sha256: 955d68f079d65f2624cef978a81bc5d5c55c99490d0ba5a5737d8d607724388c
Contents?: true
Size: 298 Bytes
Versions: 57
Compression:
Stored size: 298 Bytes
Contents
class CreateParaPageSections < ActiveRecord::Migration def change create_table :para_page_sections do |t| t.string :type t.jsonb :data t.integer :position, default: 0 t.references :page, index: true, polymorphic: true t.timestamps null: false end end end
Version data entries
57 entries across 57 versions & 1 rubygems