Sha256: ce2e53bae6431182796e02089e6728386d3345f549efc80dea09dd7f2b45356b
Contents?: true
Size: 372 Bytes
Versions: 10
Compression:
Stored size: 372 Bytes
Contents
class CreatePageflowExternalLinksSites < ActiveRecord::Migration[4.2] def change create_table :pageflow_external_links_sites do |t| t.integer :perma_id t.belongs_to :revision, index: true t.string :url t.string :title t.string :thumbnail t.text :description t.boolean :open_in_new_tab t.timestamps end end end
Version data entries
10 entries across 10 versions & 1 rubygems