annotations

This commit is contained in:
Sam 2015-02-04 16:34:25 +11:00
parent c150c55e2d
commit 21402d9d9e
5 changed files with 30 additions and 13 deletions

View File

@ -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
#

View File

@ -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)
#

View File

@ -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
#

View File

@ -14,4 +14,5 @@ end
# 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
#