Update schema.sql
This commit is contained in:
parent
70f166de70
commit
fec9ecf03f
|
|
@ -69,7 +69,7 @@ CREATE TABLE `hot_bookmarks` (
|
||||||
`createdAt` datetime DEFAULT now(), -- 创建时间(updatetime)
|
`createdAt` datetime DEFAULT now(), -- 创建时间(updatetime)
|
||||||
`lastClick` datetime DEFAULT now(), -- 最后一次点击时间(createtime)
|
`lastClick` datetime DEFAULT now(), -- 最后一次点击时间(createtime)
|
||||||
`snap` varchar(1024) DEFAULT NULL, -- 截图链接(imageList[0])
|
`snap` varchar(1024) DEFAULT NULL, -- 截图链接(imageList[0])
|
||||||
`icon` varchar(1024) DEFAULT NULL -- icon链接(sourceLogo)
|
`icon` varchar(1024) DEFAULT NULL, -- icon链接(sourceLogo)
|
||||||
PRIMARY KEY (`id`)
|
PRIMARY KEY (`id`)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue