Sha256: 1aac2053e378553967409dc428586fab591be7c5deccd1eed8c81a979bd12c11
Contents?: true
Size: 342 Bytes
Versions: 9
Compression:
Stored size: 342 Bytes
Contents
class CreatePageflowChartScrapedSites < ActiveRecord::Migration 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
9 entries across 9 versions & 1 rubygems