Update schema/annotations after tag trend db/redis migrate (#33173)
This commit is contained in:
parent
0fcf227a92
commit
4934242aca
2 changed files with 5 additions and 5 deletions
|
@ -5,11 +5,11 @@
|
|||
# Table name: tag_trends
|
||||
#
|
||||
# id :bigint(8) not null, primary key
|
||||
# tag_id :bigint(8) not null
|
||||
# score :float default(0.0), not null
|
||||
# rank :integer default(0), not null
|
||||
# allowed :boolean default(FALSE), not null
|
||||
# language :string
|
||||
# language :string default(""), not null
|
||||
# rank :integer default(0), not null
|
||||
# score :float default(0.0), not null
|
||||
# tag_id :bigint(8) not null
|
||||
#
|
||||
class TagTrend < ApplicationRecord
|
||||
include RankedTrend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue