删除song_playlist_relation表中rcmd_reason字段
This commit is contained in:
		@@ -106,7 +106,6 @@ CREATE TABLE `song_playlist_relation` (
 | 
			
		||||
  `song_id` int(10) unsigned NOT NULL COMMENT '歌曲id',
 | 
			
		||||
  `playlist_id` int(10) unsigned NOT NULL COMMENT '歌单id',
 | 
			
		||||
  `alg` varchar(20) DEFAULT NULL COMMENT '保留字段',
 | 
			
		||||
  `rcmd_reason` varchar(20) DEFAULT NULL COMMENT '保留字段',
 | 
			
		||||
  `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '爬取时间',
 | 
			
		||||
  `modify_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间',
 | 
			
		||||
  PRIMARY KEY (`song_id`, `playlist_id`),
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user