Sha256: 9f1afb871bb0cb6bf6f7581c79d89f52ba92f734aba8893cb2b6c966762a7301
Contents?: true
Size: 275 Bytes
Versions: 25
Compression:
Stored size: 275 Bytes
Contents
class CreatePageflowStorylines < ActiveRecord::Migration def change create_table :pageflow_storylines do |t| t.integer :perma_id t.belongs_to :revision, index: true t.integer :position t.text :configuration t.timestamps end end end
Version data entries
25 entries across 25 versions & 1 rubygems