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.60.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.59.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.58.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.57.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.56.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.55.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.54.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.53.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.52.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.51.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.50.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.49.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.48.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.45.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.44.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.43.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.42.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.41.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.40.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb
cmor_contact-0.0.39.pre db/migrate/20170813142704_create_cmor_contact_contact_requests.rb