Sha256: ad60026e399fbb3ad218f8a2c1f7e863d50be15cab801b465b800177b9e07b86
Contents?: true
Size: 431 Bytes
Versions: 94
Compression:
Stored size: 431 Bytes
Contents
# This migration comes from cmor_contact (originally 20170813142704) class CreateCmorContactContactRequests < ActiveRecord::Migration[5.1] def change create_table :cmor_contact_contact_requests do |t| t.string :name t.string :email t.string :phone t.string :ip_address t.text :message t.boolean :accept_terms_of_service t.timestamp :notified_at t.timestamps end end end
Version data entries
94 entries across 47 versions & 1 rubygems