class Position

Schema Information

Table name: positions

id           :integer          not null, primary key
user_id      :string(255)
title        :string(255)
university_name :string(255)
is_current   :boolean
start_date   :date
end_date     :date
created_at   :datetime
updated_at   :datetime
description  :text
summary      :string(255)
location     :string(255)
university_id   :integer