Sha256: 136e0cc77cd3e7b6535ec3e6a9d5653299585c545296e9767dad162eda757844
Contents?: true
Size: 225 Bytes
Versions: 25
Compression:
Stored size: 225 Bytes
Contents
class ChangeAccountSubscriptionIdToUuid < ActiveRecord::Migration def up change_column :accounts, :subscription_id, :binary, limit: 16 end def down change_column :accounts, :subscription_id, :integer end end
Version data entries
25 entries across 25 versions & 1 rubygems