好的,我会给他发封邮件来弄清楚这件事 ![]()
注意:我在数据探索器中运行 SQL 时得到了以下结果
| id | name | topic_count | created_at | updated_at | pm_topic_count | target_tag |
|---|---|---|---|---|---|---|
| 1710 | chronicillness | 2 | 2019-12-03T17:49:17.395Z | 2019-12-03T17:49:17.395Z | 0 | NULL |
执行
Tag.find_by(id: 1710).destroy
能解决问题吗?
好的,我会给他发封邮件来弄清楚这件事 ![]()
注意:我在数据探索器中运行 SQL 时得到了以下结果
| id | name | topic_count | created_at | updated_at | pm_topic_count | target_tag |
|---|---|---|---|---|---|---|
| 1710 | chronicillness | 2 | 2019-12-03T17:49:17.395Z | 2019-12-03T17:49:17.395Z | 0 | NULL |
执行
Tag.find_by(id: 1710).destroy
能解决问题吗?