Sha256: 15032aeeda1a2d259d70488d336b65b7cd54565bc647ed1a75afbb867a6079c3
Contents?: true
Size: 314 Bytes
Versions: 3
Compression:
Stored size: 314 Bytes
Contents
class CreateChangeManageChanges < 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
3 entries across 3 versions & 1 rubygems