Sha256: 332351b28bcd56635600324e27ec3c2ebfcdbdd39002b024eb4d42b9a3255f05

Contents?: true

Size: 231 Bytes

Versions: 2

Compression:

Stored size: 231 Bytes

Contents

# frozen_string_literal: true

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

      t.timestamps
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
exception-track-0.5.0 db/migrate/20170217023900_create_exception_track_logs.rb
exception-track-0.4.0 db/migrate/20170217023900_create_exception_track_logs.rb