Sha256: d5b03224f885c0b3109aed3a4bcfce2e3036aa23292410444464cc44479d8268
Contents?: true
Size: 371 Bytes
Versions: 24
Compression:
Stored size: 371 Bytes
Contents
class CreateActiveadminSelleoCmsFormQuestionOptions < ActiveRecord::Migration def change create_table :activeadmin_selleo_cms_form_question_options do |t| t.integer :form_question_id t.string :title t.integer :position end add_index :activeadmin_selleo_cms_form_question_options, :form_question_id, name: 'form_question_id_index' end end
Version data entries
24 entries across 12 versions & 1 rubygems