亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

老師可以提供下插入測試數據的sql嗎

老師可以提供下插入測試數據的sql嗎

正在回答

1 回答

CREATE DATABASE blog; USE blog; CREATE TABLE `t_blog` ( ? ? ? `id` int(11) NOT NULL AUTO_INCREMENT COMMENT '自增id', ? ? ? `title` varchar(60) DEFAULT NULL COMMENT '博客標題', ? ? ? `author` varchar(60) DEFAULT NULL COMMENT '博客作者', ? ? ? `content` mediumtext COMMENT '博客內容', ? ? ? `create_time` datetime DEFAULT NULL COMMENT '創建時間', ? ? ? `update_time` datetime DEFAULT NULL COMMENT '更新時間', ? ? ? PRIMARY KEY (`id`) ? ? ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 # 自己造的幾條數據 INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (1, 'Springboot 為什么這', 'bywind', '沒錯 Springboot ', '2019-12-08 01:44:29', '2019-12-08 01:44:34'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (3, 'Springboot 中 Redis', 'bywind', 'Spring Boot', '2019-12-08 01:44:29', '2019-12-08 01:44:29'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (4, 'Springboot 中如何優化', 'bywind', NULL, '2019-12-08 01:44:29', '2019-12-08 01:44:29'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (5, 'Springboot 消息隊列', 'bywind', NULL, '2019-12-08 01:44:29', '2019-12-08 01:44:29'); INSERT INTO `blog`.`t_blog`(`id`, `title`, `author`, `content`, `create_time`, `update_time`) VALUES (6, 'Docker Compose + Springboot', 'bywind', NULL, '2019-12-08 01:44:29', '2019-12-08 01:44:29');
2 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消

老師可以提供下插入測試數據的sql嗎

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號