Sha256: 8a6ab6d966d655d179525dc7ab9523708dfc92521e1fb24b7cf9dcac25ca5100

Contents?: true

Size: 362 Bytes

Versions: 56

Compression:

Stored size: 362 Bytes

Contents

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

56 entries across 56 versions & 1 rubygems

Version Path
cmor_contact-0.0.17.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.15.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.14.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.13.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.12.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.11.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.10.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.9.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.8.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.7.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.6.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.5.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.4.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.3.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.2.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.1.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb