Sha256: b26f72c72a671d5746088bfc2c06067bbe3f88e2dd1f44a25c3d60fd2be62c55
Contents?: true
Size: 315 Bytes
Versions: 16
Compression:
Stored size: 315 Bytes
Contents
class CreateChangeManagerChanges < ActiveRecord::Migration def change create_table :change_manager_changes do |t| t.string :change_type t.boolean :cancelled t.datetime :notified t.string :owner t.string :target t.string :context t.timestamps end end end
Version data entries
16 entries across 16 versions & 1 rubygems