Sha256: a42a240fcf14ef78bcf6699ed0f8288d4a681d4c0ffa97e95afbca3eda57c298

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

class CreateExceptionTrackLogs < ActiveRecord::Migration[5.0]
  def change
    create_table :exception_tracks do |t|
      t.string :title
      t.text :body

      t.timestamps
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
exception-track-0.3.1 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.3.0 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.2.0 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.1.5 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.1.4 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.1.3 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.1.2 db/migrate/20170217023900_create_exception_track_logs.rb