Sha256: 89d38217280d626cfbb7d447aaac476c395b71aafe3747c622143ae1262d843a

Contents?: true

Size: 301 Bytes

Versions: 4

Compression:

Stored size: 301 Bytes

Contents

class CreateExports < ActiveRecord::Migration[4.2]
  def change
    create_table :exports do |t|
      t.references :user
      t.text :output
      t.boolean :success, default: false
      t.integer :file_type
      t.string :token
      t.timestamps
      t.timestamp :finished_at
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.14.5 db/migrate/20140423095147_create_exports.rb
iqvoc-4.14.4 db/migrate/20140423095147_create_exports.rb
iqvoc-4.13.2 db/migrate/20140423095147_create_exports.rb
iqvoc-4.13.0 db/migrate/20140423095147_create_exports.rb