9
0
mirror of https://github.com/Xiao-MoMi/Custom-Fishing.git synced 2025-12-27 10:59:13 +00:00
Files
Custom-Fishing/plugin/src/main/resources/schema/h2.sql
2023-09-01 02:23:12 +08:00

7 lines
196 B
SQL

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