Sha256: 4dd3d771a5e41f01b095a84a2f73bc3ec4f93eb06862039be62e6ccfc4b96339

Contents?: true

Size: 645 Bytes

Versions: 2

Compression:

Stored size: 645 Bytes

Contents

class CreateDocLogRawLogs < ActiveRecord::Migration
  def change
    create_table :doc_log_raw_logs do |t|
      t.integer :doc_raptor_log_id
      t.datetime :doc_raptor_created_at
      t.string :name
      t.string :document_type
      t.string :document_url
      t.boolean :test
      t.string :tag
      t.boolean :success
      t.boolean :javascript
      t.boolean :async
      t.string :strict
      t.string :ip_address
      t.float :generation_time
      t.integer :input_size
      t.integer :output_size
      t.text :prince_options
      t.text :validation_errors
      t.text :generation_log
      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
doc_log-0.0.3 db/migrate/20150805031359_create_doc_log_raw_logs.rb
doc_log-0.0.2 db/migrate/20150805031359_create_doc_log_raw_logs.rb