Reannotated

This commit is contained in:
Dmitriy Zaporozhets 2012-11-20 14:19:55 +02:00
parent 9f65c274ef
commit 93fdc4ca9d
10 changed files with 34 additions and 21 deletions

View file

@ -2,13 +2,15 @@
#
# Table name: services
#
# id :integer not null, primary key
# type :string(255)
# title :string(255)
# token :string(255)
# project_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# id :integer not null, primary key
# type :string(255)
# title :string(255)
# token :string(255)
# project_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# active :boolean default(FALSE), not null
# project_url :string(255)
#
require 'spec_helper'