Sha256: b569b67b1cace164aeadb402ca9744cbb7dda2e3184d0ca2332f361d7a4ac1c4
Contents?: true
Size: 121 Bytes
Versions: 8
Compression:
Stored size: 121 Bytes
Contents
class AddPairIdToFields < ActiveRecord::Migration[4.2] def change add_column :fields, :pair_id, :integer end end
Version data entries
8 entries across 8 versions & 1 rubygems