Sha256: 95627623bcf58f44fc96ab05fedfdc3f65dd1e7b4f6bb2b8498369e2803b035c

Contents?: true

Size: 347 Bytes

Versions: 7

Compression:

Stored size: 347 Bytes

Contents

class CreatePageflowChartScrapedSites < ActiveRecord::Migration[4.2]
  def change
    create_table :pageflow_chart_scraped_sites do |t|
      t.string :url
      t.string :state
      t.attachment :html_file
      t.attachment :javascript_file
      t.attachment :stylesheet_file
      t.attachment :csv_file

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pageflow-chart-2.6.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb
pageflow-chart-2.5.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb
pageflow-chart-2.4.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb
pageflow-chart-2.3.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb
pageflow-chart-2.2.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb
pageflow-chart-2.1.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb
pageflow-chart-2.0.0 db/migrate/20140417112724_create_pageflow_chart_scraped_sites.rb