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.38.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.37.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.36.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.35.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.34.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.33.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.32.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.31.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.30.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.29.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.28.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.27.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.26.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.25.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.24.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.22.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.21.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.20.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.19.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.18.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb