diff --git a/aurora.sql b/aurora.sql index 580159b..90fba02 100644 --- a/aurora.sql +++ b/aurora.sql @@ -764,7 +764,7 @@ CREATE TABLE `t_user_info` ( -- ---------------------------- -- Records of t_user_info -- ---------------------------- -INSERT INTO `t_user_info` VALUES (1, 'admin@163.com', '演示账号', 'https://static.linhaojun.top/avatar/2af2e2db20740e712f0a011a6f8c9af5.jpg', '演示账号', 'https://www.linhaojun.top', 0, 0, '2022-08-19 21:42:04', '2022-08-24 17:11:35'); +INSERT INTO `t_user_info` VALUES (1, 'admin@163.com', '演示账号', 'https://static.linhaojun.top/avatar/2af2e2db20740e712f0a011a6f8c9af5.jpg', '演示账号的用户简介', 'https://www.linhaojun.top', 0, 0, '2022-08-19 21:42:04', '2022-08-24 17:11:35'); -- ---------------------------- -- Table structure for t_user_role