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