update
This commit is contained in:
@@ -53,7 +53,7 @@ CREATE TABLE `song_artist_relation` (
|
||||
|
||||
CREATE TABLE `lyric` (
|
||||
`song_id` int(10) unsigned NOT NULL COMMENT '歌曲id',
|
||||
`version` int(10) unsigned NOT NULL COMMENT '版本号',
|
||||
`version` int(10) unsigned NOT NULL COMMENT '歌词版本',
|
||||
`lyric` text NOT NULL COMMENT '歌词',
|
||||
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '爬取时间',
|
||||
`modify_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '最后更新时间',
|
||||
|
Reference in New Issue
Block a user