mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 05:48:23 +08:00
DEV: annotate models
(also looks like renaming of bigint(8) -> bigint in annotate which seems fine)
This commit is contained in:
@ -154,20 +154,16 @@ end
|
||||
# website :string
|
||||
# bio_raw :text
|
||||
# bio_cooked :text
|
||||
# profile_background :string(255)
|
||||
# dismissed_banner_key :integer
|
||||
# bio_cooked_version :integer
|
||||
# badge_granted_title :boolean default(FALSE)
|
||||
# card_background :string(255)
|
||||
# views :integer default(0), not null
|
||||
# profile_background_upload_id :integer
|
||||
# card_background_upload_id :integer
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_user_profiles_on_bio_cooked_version (bio_cooked_version)
|
||||
# index_user_profiles_on_card_background (card_background)
|
||||
# index_user_profiles_on_card_background_upload_id (card_background_upload_id)
|
||||
# index_user_profiles_on_profile_background (profile_background)
|
||||
# index_user_profiles_on_profile_background_upload_id (profile_background_upload_id)
|
||||
# index_user_profiles_on_bio_cooked_version (bio_cooked_version)
|
||||
# index_user_profiles_on_card_background (card_background)
|
||||
# index_user_profiles_on_profile_background (profile_background)
|
||||
#
|
||||
|
Reference in New Issue
Block a user