Class: CreateTochkaCyclopsResponses

Inherits:
Object
  • Object
show all
Defined in:
lib/tochka_cyclops_api/generators/templates/tochka_cyclops_responses_migration_template.rb

Overview

ResponsesMigration generator

Instance Method Summary collapse

Instance Method Details

#changeObject



5
6
7
8
9
10
11
# File 'lib/tochka_cyclops_api/generators/templates/tochka_cyclops_responses_migration_template.rb', line 5

def change
  create_table :tochka_cyclops_responses do |t|
    t.jsonb :body
    t.jsonb :result
    t.timestamps
  end
end