Sha256: 24fdf9ed3fd5f2f36aa43dd3c5022c13b0b320cc7f9e01904830a857b0eb8c19
Contents?: true
Size: 318 Bytes
Versions: 11
Compression:
Stored size: 318 Bytes
Contents
class CreateIntegrationPalJobs < ActiveRecord::Migration[5.1] def change create_table :integration_pal_jobs do |t| t.text :job_params t.string :status t.datetime :started_at t.datetime :finished_at t.string :progress t.integer :worker_id t.timestamps end end end
Version data entries
11 entries across 11 versions & 1 rubygems