Sha256: fc3c8586c01c432c800c27ac3adbcda45deb32df30282fa0f1455eb3dd112355

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

# This migration comes from iwyg_be (originally 20120808163820)
class CreateIwygBeFailures < ActiveRecord::Migration
  def change
    create_table :iwyg_be_failures do |t|
      t.text :message
      t.integer :user_id

      t.timestamps
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
iwyg_be-0.0.1 test/dummy/db/migrate/20120808164358_create_iwyg_be_failures.iwyg_be.rb