mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
annotations
This commit is contained in:
parent
c150c55e2d
commit
21402d9d9e
@ -84,3 +84,16 @@ class ApplicationRequest < ActiveRecord::Base
|
||||
|
||||
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
|
||||
#
|
||||
# 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
|
||||
# id :integer not null, primary key
|
||||
# last_emailed_post_number :integer
|
||||
# liked :boolean default(FALSE)
|
||||
# bookmarked :boolean default(FALSE)
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
@ -32,9 +32,9 @@ end
|
||||
#
|
||||
# Table name: user_exports
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# file_name :string(255) not null
|
||||
# user_id :integer not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# id :integer not null, primary key
|
||||
# file_name :string(255) not null
|
||||
# user_id :integer not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
#
|
||||
|
@ -6,12 +6,13 @@ end
|
||||
#
|
||||
# Table name: user_fields
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# name :string(255) not null
|
||||
# field_type :string(255) not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# editable :boolean default(FALSE), not null
|
||||
# description :string(255) not null
|
||||
# required :boolean default(TRUE), not null
|
||||
# id :integer not null, primary key
|
||||
# name :string(255) not null
|
||||
# field_type :string(255) not null
|
||||
# created_at :datetime
|
||||
# updated_at :datetime
|
||||
# editable :boolean default(FALSE), not null
|
||||
# description :string(255) not null
|
||||
# required :boolean default(TRUE), not null
|
||||
# show_on_profile :boolean default(FALSE), not null
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user