Sha256: 6d522297eaca2814aa17ca0d697165ab97fc9c9fdc35335e0f64e916842e8149

Contents?: true

Size: 231 Bytes

Versions: 1

Compression:

Stored size: 231 Bytes

Contents

class CreateTables < ActiveRecord::Migration
  def self.up

    create_table :exception2dbs do |t|
      t.text :exception, :null => false
      t.timestamps
    end

  end

  def self.down
    drop_table :exception2dbs
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception2db-0.0.1 test/rails_root/db/migrate/20090809061114_create_tables.rb