Sha256: 723db32123cf99916210255c762f04b35bd75fc0f23db61ae2fefcf33482fb92
Contents?: true
Size: 200 Bytes
Versions: 1
Compression:
Stored size: 200 Bytes
Contents
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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
exception-track-0.1.0 | db/migrate/20170217023900_create_exception_track_logs.rb |