DEV: annotate models

Some comments were out of data, updated
This commit is contained in:
Sam Saffron
2019-10-17 16:57:53 +11:00
parent f5d1aff8dd
commit 3314aa9f88
4 changed files with 25 additions and 12 deletions

View File

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