class CreatePendingOperations < ActiveRecord::Migration<%= migration_version %> def change create_table :internal_affairs_pending_operations do |t| t.datetime :created_at t.string :operation_uuid t.string :target_class t.text :target_attributes end end end