Sha256: 556b4a878da4c7c72b49a009b4d97e1ce7a6cea3278fe4a02c8fce5e87791435
Contents?: true
Size: 293 Bytes
Versions: 6
Compression:
Stored size: 293 Bytes
Contents
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
Version data entries
6 entries across 6 versions & 1 rubygems