添加设置模块修复网关信息MAC地址跳转问题,删除冗余的文件和代码
This commit is contained in:
@@ -39,7 +39,6 @@ CREATE TABLE `users` (
|
||||
`password` varchar(191) NOT NULL,
|
||||
`phone` varchar(191) NOT NULL,
|
||||
`updatedAt` datetime(3) NOT NULL,
|
||||
`verifiedPhone` tinyint(1) NOT NULL DEFAULT 0,
|
||||
PRIMARY KEY (`id`),
|
||||
UNIQUE KEY `users_phone_key` (`phone`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
Reference in New Issue
Block a user