Schema Information

Table name: milestones

id          :integer          not null, primary key
title       :string(255)      not null
project_id  :integer          not null
description :text
due_date    :date
closed      :boolean          default(FALSE), not null
created_at  :datetime         not null
updated_at  :datetime         not null
Namespace