annotate models

This commit is contained in:
Sam
2016-02-23 10:33:53 +11:00
parent cab5dd09d3
commit 32c681c96b
44 changed files with 166 additions and 133 deletions

View File

@ -1051,7 +1051,7 @@ end
# Table name: topics
#
# id :integer not null, primary key
# title :string(255) not null
# title :string not null
# last_posted_at :datetime
# created_at :datetime not null
# updated_at :datetime not null
@ -1066,7 +1066,7 @@ end
# avg_time :integer
# deleted_at :datetime
# highest_post_number :integer default(0), not null
# image_url :string(255)
# image_url :string
# off_topic_count :integer default(0), not null
# like_count :integer default(0), not null
# incoming_link_count :integer default(0), not null
@ -1079,7 +1079,7 @@ end
# bumped_at :datetime not null
# has_summary :boolean default(FALSE), not null
# vote_count :integer default(0), not null
# archetype :string(255) default("regular"), not null
# archetype :string default("regular"), not null
# featured_user4_id :integer
# notify_moderators_count :integer default(0), not null
# spam_count :integer default(0), not null
@ -1089,8 +1089,8 @@ end
# score :float
# percent_rank :float default(1.0), not null
# notify_user_count :integer default(0), not null
# subtype :string(255)
# slug :string(255)
# subtype :string
# slug :string
# auto_close_at :datetime
# auto_close_user_id :integer
# auto_close_started_at :datetime