mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: annotate models
Some comments were out of data, updated
This commit is contained in:
@@ -60,12 +60,14 @@ end
|
||||
#
|
||||
# Table name: topic_groups
|
||||
#
|
||||
# id :integer not null, primary key
|
||||
# group_id :integer not null
|
||||
# topic_id :integer not null
|
||||
# last_read_post_number :integer default(0), not null
|
||||
# id :bigint not null, primary key
|
||||
# group_id :integer not null
|
||||
# topic_id :integer not null
|
||||
# last_read_post_number :integer default(0), not null
|
||||
# created_at :datetime not null
|
||||
# updated_at :datetime not null
|
||||
#
|
||||
# Indexes
|
||||
#
|
||||
# index_topic_allowed_groups_on_group_id_and_topic_id (group_id,topic_id) UNIQUE
|
||||
# index_topic_groups_on_group_id_and_topic_id (group_id,topic_id) UNIQUE
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user