class Education

Schema Information

Table name: educations

id             :integer          not null, primary key
user_id        :integer
school_name    :string(255)
field_of_study :string(255)
degree         :string(255)
description    :text
start_date     :date
end_date       :date
created_at     :datetime
updated_at     :datetime
minor          :string(255)
university_id     :integer