mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
annotate models
This commit is contained in:
@@ -2,3 +2,17 @@ class PostUpload < ActiveRecord::Base
|
||||
belongs_to :post
|
||||
belongs_to :upload
|
||||
end
|
||||
|
||||
# == Schema Information
|
||||
#
|
||||
# Table name: post_uploads
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# post_id :integer not null
|
||||
# upload_id :integer not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# idx_unique_post_uploads (post_id,upload_id) UNIQUE
|
||||
#
|
||||
|
||||
|
||||
Reference in New Issue
Block a user