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:
7
plugin/src/main/resources/schema/sqlite.sql
Normal file
7
plugin/src/main/resources/schema/sqlite.sql
Normal 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`)
|
||||
);
|
||||
Reference in New Issue
Block a user