Sha256: 4f14c2b1d477b32747c10e0b7aac006daa8a2d312f6e8e8ff676e15a923f976c
Contents?: true
Size: 220 Bytes
Versions: 6
Compression:
Stored size: 220 Bytes
Contents
# frozen_string_literal: true class CreateJobs < ( Rails.version < '5' ? ActiveRecord::Migration : ActiveRecord::Migration[4.2] ) def change create_table :jobs do |t| t.string :name end end end
Version data entries
6 entries across 6 versions & 1 rubygems