class Parent

Schema Information

Table name: parents

id                           :bigint           not null, primary key
contact_method_other_details :text
contact_method_type          :string
email                        :string
full_name                    :string
phone                        :string
phone_receive_updates        :boolean          default(FALSE), not null
created_at                   :datetime         not null
updated_at                   :datetime         not null

Indexes

index_parents_on_email  (email)