Sha256: 31ca0fd4d12ce6e9eb0c5861ef45ba2f760fcd1d3e0a7d2ee6d399e5389808cf
Contents?: true
Size: 148 Bytes
Versions: 2
Compression:
Stored size: 148 Bytes
Contents
class AddCustomBookingSyncKeyIdToAccounts < ActiveRecord::Migration[5.2] def change add_column :accounts, :customized_key, :integer end end
Version data entries
2 entries across 2 versions & 1 rubygems