Sha256: 40aeffb661a1832a8f4588584d873e986bcc500ab677f878d082f441ec7d53b8

Contents?: true

Size: 336 Bytes

Versions: 73

Compression:

Stored size: 336 Bytes

Contents

# frozen_string_literal: true

class CreateDecidimFormsAnswerOptions < ActiveRecord::Migration[5.1]
  def change
    create_table :decidim_forms_answer_options do |t|
      t.references :decidim_question, index: { name: "index_decidim_forms_answer_options_question_id" }
      t.jsonb :body
      t.boolean :free_text
    end
  end
end

Version data entries

73 entries across 73 versions & 1 rubygems

Version Path
decidim-forms-0.29.2 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.28.5 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.29.1 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.28.4 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.27.9 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.29.0 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.28.3 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.27.8 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.29.0.rc4 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.29.0.rc3 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.29.0.rc2 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.29.0.rc1 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.28.2 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.27.7 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.28.1 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.27.6 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.26.10 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.26.9 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.28.0 db/migrate/20180405015012_create_decidim_forms_answer_options.rb
decidim-forms-0.27.5 db/migrate/20180405015012_create_decidim_forms_answer_options.rb