Update annotations.
This commit is contained in:
parent
3e19b738d7
commit
78553151ea
|
@ -508,6 +508,9 @@ end
|
||||||
# flair_url :string
|
# flair_url :string
|
||||||
# flair_bg_color :string
|
# flair_bg_color :string
|
||||||
# flair_color :string
|
# flair_color :string
|
||||||
|
# bio_raw :text
|
||||||
|
# bio_cooked :text
|
||||||
|
# public :boolean default(FALSE), not null
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
|
|
|
@ -1231,10 +1231,8 @@ end
|
||||||
# deleted_at :datetime
|
# deleted_at :datetime
|
||||||
# highest_post_number :integer default(0), not null
|
# highest_post_number :integer default(0), not null
|
||||||
# image_url :string
|
# image_url :string
|
||||||
# off_topic_count :integer default(0), not null
|
|
||||||
# like_count :integer default(0), not null
|
# like_count :integer default(0), not null
|
||||||
# incoming_link_count :integer default(0), not null
|
# incoming_link_count :integer default(0), not null
|
||||||
# bookmark_count :integer default(0), not null
|
|
||||||
# category_id :integer
|
# category_id :integer
|
||||||
# visible :boolean default(TRUE), not null
|
# visible :boolean default(TRUE), not null
|
||||||
# moderator_posts_count :integer default(0), not null
|
# moderator_posts_count :integer default(0), not null
|
||||||
|
@ -1247,12 +1245,9 @@ end
|
||||||
# featured_user4_id :integer
|
# featured_user4_id :integer
|
||||||
# notify_moderators_count :integer default(0), not null
|
# notify_moderators_count :integer default(0), not null
|
||||||
# spam_count :integer default(0), not null
|
# spam_count :integer default(0), not null
|
||||||
# illegal_count :integer default(0), not null
|
|
||||||
# inappropriate_count :integer default(0), not null
|
|
||||||
# pinned_at :datetime
|
# pinned_at :datetime
|
||||||
# score :float
|
# score :float
|
||||||
# percent_rank :float default(1.0), not null
|
# percent_rank :float default(1.0), not null
|
||||||
# notify_user_count :integer default(0), not null
|
|
||||||
# subtype :string
|
# subtype :string
|
||||||
# slug :string
|
# slug :string
|
||||||
# auto_close_at :datetime
|
# auto_close_at :datetime
|
||||||
|
@ -1267,6 +1262,7 @@ end
|
||||||
# auto_close_hours :float
|
# auto_close_hours :float
|
||||||
# pinned_until :datetime
|
# pinned_until :datetime
|
||||||
# fancy_title :string(400)
|
# fancy_title :string(400)
|
||||||
|
# highest_staff_post_number :integer default(0), not null
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue