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

Version Path
pageflow-external-links-1.1.0 db/migrate/20140616153235_create_pageflow_external_links_sites.rb
pageflow-external-links-1.0.0 db/migrate/20140616153235_create_pageflow_external_links_sites.rb
pageflow-external-links-0.4.0 db/migrate/20140616153235_create_pageflow_external_links_sites.rb
pageflow-external-links-0.3.0 db/migrate/20140616153235_create_pageflow_external_links_sites.rb
pageflow-external-links-0.2.0 db/migrate/20140616153235_create_pageflow_external_links_sites.rb
pageflow-external-links-0.1.0 db/migrate/20140616153235_create_pageflow_external_links_sites.rb
pageflow-external-links-0.0.1 db/migrate/20140616153235_create_pageflow_external_links_sites.rb