Update annotations

This commit is contained in:
Sam
2014-02-07 11:07:36 +11:00
parent 227873df78
commit be560d4eb6
13 changed files with 132 additions and 22 deletions

View File

@ -26,9 +26,9 @@ end
# id :integer not null, primary key
# user_id :integer not null
# visited_at :date not null
# posts_read :integer default(0)
#
# Indexes
#
# index_user_visits_on_user_id_and_visited_at (user_id,visited_at) UNIQUE
#