Sha256: c5ee727e6cb78fae87ec5f0b10784a63f144f8cc2b35da31e0e618fea7a11de9
Contents?: true
Size: 497 Bytes
Versions: 78
Compression:
Stored size: 497 Bytes
Contents
class CreateMyreplicatorLogs < ActiveRecord::Migration def change create_table :myreplicator_logs do |t| t.integer :pid t.string :job_type t.string :name t.string :file t.string :state t.string :thread_state t.string :hostname t.string :export_id t.text :error t.text :backtrace t.string :guid t.datetime :started_at, :default => nil t.datetime :finished_at, :default => nil t.timestamps end end end
Version data entries
78 entries across 78 versions & 1 rubygems