Fri Jun 2 09:33:00 UTC 2023 inscode

上级 3eb0c29f
......@@ -21,7 +21,7 @@ class Database:
`email` varchar(255) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
""")
""
self.connection.commit()
def insert(self, name, email):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册