mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 22:43:33 +08:00
annotate models
This commit is contained in:
@ -7,3 +7,22 @@ class EmailChangeRequest < ActiveRecord::Base
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: email_change_requests
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer not null
|
||||
# old_email :string not null
|
||||
# new_email :string not null
|
||||
# old_email_token_id :integer
|
||||
# new_email_token_id :integer
|
||||
# change_state :integer not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_email_change_requests_on_user_id (user_id)
|
||||
#
|
||||
|
Reference in New Issue
Block a user