From 6abc649590cfb110a88e6b2bdd3755c7d8ab6b4e Mon Sep 17 00:00:00 2001 From: randx Date: Tue, 26 Jun 2012 21:23:09 +0300 Subject: Reannotated --- spec/models/issue_spec.rb | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'spec/models/issue_spec.rb') diff --git a/spec/models/issue_spec.rb b/spec/models/issue_spec.rb index fd3af62d74d..486b9f656c8 100644 --- a/spec/models/issue_spec.rb +++ b/spec/models/issue_spec.rb @@ -112,16 +112,18 @@ end # # Table name: issues # -# id :integer not null, primary key -# title :string(255) -# assignee_id :integer -# author_id :integer -# project_id :integer -# created_at :datetime -# updated_at :datetime -# closed :boolean default(FALSE), not null -# position :integer default(0) -# critical :boolean default(FALSE), not null -# branch_name :string(255) +# id :integer(4) not null, primary key +# title :string(255) +# assignee_id :integer(4) +# author_id :integer(4) +# project_id :integer(4) +# 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 +# branch_name :string(255) +# description :text +# milestone_id :integer(4) # -- cgit v1.2.1