Sha256: 89bfd3737ef7baedfedd720bb2af47a273a82b339c25c1c752c9777858b1b172
Contents?: true
Size: 152 Bytes
Versions: 5
Compression:
Stored size: 152 Bytes
Contents
# frozen_string_literal: true class AddPatternToFields < ActiveRecord::Migration[5.2] def change add_column :fields, :pattern, :string end end
Version data entries
5 entries across 5 versions & 1 rubygems