mirror of
https://github.com/discourse/discourse.git
synced 2025-05-31 03:18:09 +08:00
annotate models
This commit is contained in:
@ -10,19 +10,20 @@ end
|
||||
#
|
||||
# Table name: incoming_emails
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer
|
||||
# topic_id :integer
|
||||
# post_id :integer
|
||||
# raw :text
|
||||
# error :text
|
||||
# message_id :text
|
||||
# from_address :text
|
||||
# to_addresses :text
|
||||
# cc_addresses :text
|
||||
# subject :text
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# id :integer not null, primary key
|
||||
# user_id :integer
|
||||
# topic_id :integer
|
||||
# post_id :integer
|
||||
# raw :text
|
||||
# error :text
|
||||
# message_id :text
|
||||
# from_address :text
|
||||
# to_addresses :text
|
||||
# cc_addresses :text
|
||||
# subject :text
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
# rejection_message :text
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
|
Reference in New Issue
Block a user