Fix data integrity of featured tags (#17712)
This commit is contained in:
parent
c0327ff31f
commit
318d34d528
3 changed files with 22 additions and 5 deletions
|
@ -4,8 +4,8 @@
|
|||
# Table name: featured_tags
|
||||
#
|
||||
# id :bigint(8) not null, primary key
|
||||
# account_id :bigint(8)
|
||||
# tag_id :bigint(8)
|
||||
# account_id :bigint(8) not null
|
||||
# tag_id :bigint(8) not null
|
||||
# statuses_count :bigint(8) default(0), not null
|
||||
# last_status_at :datetime
|
||||
# created_at :datetime not null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue