feat: 新增第三方登录认证和管理
This commit is contained in:
@@ -15,14 +15,6 @@ CREATE TABLE "mml_command" (
|
||||
PRIMARY KEY ("id")
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Indexes structure for table mml_command
|
||||
-- ----------------------------
|
||||
CREATE INDEX "id"
|
||||
ON "mml_command" (
|
||||
"id" ASC
|
||||
);
|
||||
|
||||
-- ----------------------------
|
||||
-- Records of mml_command
|
||||
-- ----------------------------
|
||||
|
||||
Reference in New Issue
Block a user