DEV: Update annotations.

This commit is contained in:
Guo Xiang Tan 2020-08-21 11:36:53 +08:00
parent d12d8fb7fd
commit daddad7fd6
No known key found for this signature in database
GPG Key ID: FBD110179AAC1F20
5 changed files with 16 additions and 13 deletions

View File

@ -76,11 +76,11 @@ end
#
# Table name: embeddable_hosts
#
# id :integer not null, primary key
# host :string not null
# category_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# allowed_paths :string
# class_name :string
# id :integer not null, primary key
# host :string not null
# category_id :integer not null
# created_at :datetime not null
# updated_at :datetime not null
# class_name :string
# allowed_paths :string
#

View File

@ -8,11 +8,12 @@ end
#
# Table name: post_search_data
#
# post_id :integer not null, primary key
# search_data :tsvector
# raw_data :text
# locale :string
# version :integer default(0)
# post_id :integer not null, primary key
# search_data :tsvector
# raw_data :text
# locale :string
# version :integer default(0)
# private_message :boolean not null
#
# Indexes
#

View File

@ -17,7 +17,6 @@ end
#
# Indexes
#
# idx_topic_custom_fields_accepted_answer (topic_id) UNIQUE WHERE ((name)::text = 'accepted_answer_post_id'::text)
# index_topic_custom_fields_on_topic_id_and_name (topic_id,name)
# topic_custom_fields_value_key_idx (value,name) WHERE ((value IS NOT NULL) AND (char_length(value) < 400))
#

View File

@ -437,6 +437,7 @@ end
# secure :boolean default(FALSE), not null
# access_control_post_id :bigint
# original_sha1 :string
# verified :boolean
#
# Indexes
#

View File

@ -236,6 +236,8 @@ end
# enable_defer :boolean default(FALSE), not null
# timezone :string
# enable_allowed_pm_users :boolean default(FALSE), not null
# dark_scheme_id :integer
# skip_new_user_tips :boolean default(FALSE), not null
#
# Indexes
#