Schema Information

Table name: events

id          :integer          not null, primary key
target_type :string(255)
target_id   :integer
title       :string(255)
data        :text
project_id  :integer
created_at  :datetime         not null
updated_at  :datetime         not null
action      :integer
author_id   :integer
Namespace