Sha256: 7f42ab33d73d60deba8a750cb3471ea541b56519c991b681c735bed3cdf38fc0
Contents?: true
Size: 215 Bytes
Versions: 8
Compression:
Stored size: 215 Bytes
Contents
class AlterCommentableIdToString < ActiveRecord::Migration def self.up change_column :comments, :commentable_id, :string end def self.down change_column :comments, :commentable_id, :integer end end
Version data entries
8 entries across 8 versions & 1 rubygems