annotate models

This commit is contained in:
Nihad Abbasov 2012-09-26 22:36:31 -07:00
parent a8870e87e4
commit 2a4359a572
15 changed files with 86 additions and 57 deletions

View file

@ -36,18 +36,17 @@ end
#
# Table name: issues
#
# id :integer(4) not null, primary key
# id :integer not null, primary key
# title :string(255)
# assignee_id :integer(4)
# author_id :integer(4)
# project_id :integer(4)
# assignee_id :integer
# author_id :integer
# project_id :integer
# created_at :datetime not null
# updated_at :datetime not null
# closed :boolean(1) default(FALSE), not null
# position :integer(4) default(0)
# critical :boolean(1) default(FALSE), not null
# closed :boolean default(FALSE), not null
# position :integer default(0)
# branch_name :string(255)
# description :text
# milestone_id :integer(4)
# milestone_id :integer
#