mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 18:33:52 +08:00
annotations
This commit is contained in:
parent
c150c55e2d
commit
21402d9d9e
|
@ -84,3 +84,16 @@ class ApplicationRequest < ActiveRecord::Base
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
# == Schema Information
|
||||||
|
#
|
||||||
|
# Table name: application_requests
|
||||||
|
#
|
||||||
|
# id :integer not null, primary key
|
||||||
|
# date :date not null
|
||||||
|
# req_type :integer not null
|
||||||
|
# count :integer default(0), not null
|
||||||
|
#
|
||||||
|
# Indexes
|
||||||
|
#
|
||||||
|
# index_application_requests_on_date_and_req_type (date,req_type) UNIQUE
|
||||||
|
#
|
||||||
|
|
|
@ -16,4 +16,5 @@ end
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
# index_topic_custom_fields_on_topic_id_and_name (topic_id,name)
|
# index_topic_custom_fields_on_topic_id_and_name (topic_id,name)
|
||||||
|
# index_topic_custom_fields_on_value (value)
|
||||||
#
|
#
|
||||||
|
|
|
@ -340,6 +340,8 @@ end
|
||||||
# cleared_pinned_at :datetime
|
# cleared_pinned_at :datetime
|
||||||
# id :integer not null, primary key
|
# id :integer not null, primary key
|
||||||
# last_emailed_post_number :integer
|
# last_emailed_post_number :integer
|
||||||
|
# liked :boolean default(FALSE)
|
||||||
|
# bookmarked :boolean default(FALSE)
|
||||||
#
|
#
|
||||||
# Indexes
|
# Indexes
|
||||||
#
|
#
|
||||||
|
|
|
@ -14,4 +14,5 @@ end
|
||||||
# editable :boolean default(FALSE), not null
|
# editable :boolean default(FALSE), not null
|
||||||
# description :string(255) not null
|
# description :string(255) not null
|
||||||
# required :boolean default(TRUE), not null
|
# required :boolean default(TRUE), not null
|
||||||
|
# show_on_profile :boolean default(FALSE), not null
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue
Block a user