1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-24 21:07:17 +00:00

modify path column in share_fileshare table (#5545)

This commit is contained in:
lian
2023-07-19 10:46:47 +08:00
committed by GitHub
parent f81072c8a7
commit 0f6298bbc9

View File

@@ -939,7 +939,7 @@ CREATE TABLE `share_fileshare` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`username` varchar(255) NOT NULL,
`repo_id` varchar(36) NOT NULL,
`path` longtext NOT NULL,
`path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
`token` varchar(100) NOT NULL,
`ctime` datetime NOT NULL,
`view_cnt` int(11) NOT NULL,