You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homework/苍穹外卖数据库/employee.sql

3 lines
382 B

INSERT INTO `employee` VALUES (1, '管理员', 'admin', 'e10adc3949ba59abbe56e057f20f883e', '13812312312', '1', '110101199001010047', 1, '2022-2-15 15:51:20', '2022-2-17 09:16:20', 10, 1);
INSERT INTO `employee` VALUES (2, '张三', 'zhangsan', 'e10adc3949ba59abbe56e057f20f883e', '15291109291', '1', '61048120030417051x', 1, '2023-12-25 19:23:17', '2023-12-29 23:20:04', NULL, 1);