9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-27 19:09:18 +00:00

2.0-backup-1

This commit is contained in:
XiaoMoMi
2023-09-01 02:23:12 +08:00
parent ce9829aeee
commit d60de693bb
416 changed files with 16225 additions and 18659 deletions

View File

@@ -0,0 +1,7 @@
CREATE TABLE IF NOT EXISTS `{prefix}_data`
(
`uuid` char(36) NOT NULL UNIQUE,
`lock` INT NOT NULL,
`data` longblob NOT NULL,
PRIMARY KEY (`uuid`)
);