Sha256: b1754c0a2dbcde63770b6652eedec16a707b1fc66403953e2ec8998f0b0592e1

Contents?: true

Size: 338 Bytes

Versions: 4

Compression:

Stored size: 338 Bytes

Contents

class CreateAdhoqReports < ActiveRecord::Migration
  def change
    create_table :adhoq_reports do |t|
      t.belongs_to :execution,    null: false, index: true
      t.string     :identifier,   null: false
      t.time       :generated_at, null: false
      t.string     :storage,      null: false

      t.timestamps
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
adhoq-0.0.5 db/migrate/20141007052308_create_adhoq_reports.rb
adhoq-0.0.4 db/migrate/20141007052308_create_adhoq_reports.rb
adhoq-0.0.3 db/migrate/20141007052308_create_adhoq_reports.rb
adhoq-0.0.2 db/migrate/20141007052308_create_adhoq_reports.rb