Sha256: 3678132fd96bffbeb7fdd928be819691a2e2dd8135cc1b70767da3906f0b6e22
Contents?: true
Size: 367 Bytes
Versions: 3
Compression:
Stored size: 367 Bytes
Contents
class CreateCanvasSyncJobLog < ActiveRecord::Migration[5.1] def change create_table :canvas_sync_job_logs do |t| t.datetime :started_at t.datetime :completed_at t.string :exception t.text :backtrace t.string :job_class t.string :status t.text :metadata t.text :job_arguments t.timestamps end end end
Version data entries
3 entries across 3 versions & 1 rubygems