Sha256: 60b1055ba9bac9342c3fcbc69fcd05f9d98910ce60162cc9a7f282377d8ac1d5
Contents?: true
Size: 342 Bytes
Versions: 12
Compression:
Stored size: 342 Bytes
Contents
# frozen_string_literal: true class MkitJobs < ActiveRecord::Migration[5.1] def up create_table :mkit_jobs do |t| t.string :topic t.string :service_id t.string :pod_id t.string :status t.string :retries t.string :payload t.timestamp :created_at t.timestamp :updated_at end end end
Version data entries
12 entries across 12 versions & 1 rubygems