Sha256: 15726a55108a7ad37d97fcd3f17dc54ee553be39c3ebae9e3f5d723f5271412d

Contents?: true

Size: 289 Bytes

Versions: 32

Compression:

Stored size: 289 Bytes

Contents

# frozen_string_literal: true

class CreateWCCContentfulAppContactFormSubmissions < ActiveRecord::Migration[5.2]
  def change
    create_table :wcc_contentful_app_contact_form_submissions do |t|
      t.string :form_id
      t.json :data, default: {}

      t.timestamps
    end
  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
wcc-contentful-app-1.0.8 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.7 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.6 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.5 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.4 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.3 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.2 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.1 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.0 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.0.pre.rc3 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.0.pre.rc2 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb
wcc-contentful-app-1.0.0.pre.rc1 lib/generators/wcc/templates/section-contact-form/migrations/create_wcc_contentful_app_contact_form_submissions.rb