Annotated. schema updated

This commit is contained in:
Dmitriy Zaporozhets 2012-11-19 21:24:05 +03:00
parent c3b074acab
commit 95c23b2f97
34 changed files with 365 additions and 359 deletions

View file

@ -2,13 +2,13 @@
#
# Table name: snippets
#
# id :integer not null, primary key
# id :integer not null, primary key
# title :string(255)
# content :text
# author_id :integer not null
# project_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# author_id :integer not null
# project_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# file_name :string(255)
# expires_at :datetime
#