This commit is contained in:
Ember Moth
2026-07-05 22:35:53 +08:00
parent 4ffdc89421
commit 5de9508963
83 changed files with 33 additions and 1033 deletions
-5
View File
@@ -1,4 +1,3 @@
-- migrate:up
CREATE TABLE IF NOT EXISTS `servers` (
`id` bigint NOT NULL AUTO_INCREMENT,
`name` varchar(100) COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'Server Name',
@@ -28,7 +27,3 @@ CREATE TABLE IF NOT EXISTS `nodes` (
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
-- migrate:down
DROP TABLE IF EXISTS `nodes`;
DROP TABLE IF EXISTS `servers`;