Sha256: 3325afed634135d12f5a270f3fc8507273a1c7f630f0e17a2a9943902981b289
Contents?: true
Size: 367 Bytes
Versions: 7
Compression:
Stored size: 367 Bytes
Contents
class CreatePageflowExternalLinksSites < ActiveRecord::Migration 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
7 entries across 7 versions & 1 rubygems