Class: CreateTochkaCyclopsResponses
- Inherits:
-
Object
- Object
- CreateTochkaCyclopsResponses
- Defined in:
- lib/tochka_cyclops_api/generators/templates/tochka_cyclops_responses_migration_template.rb
Overview
ResponsesMigration generator
Instance Method Summary collapse
Instance Method Details
#change ⇒ Object
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. end end |