From c2186916df2cf05cc000395dd5afe923178e8a7f Mon Sep 17 00:00:00 2001 From: Ravinder Khangura <38717332+ravinderkhangura@users.noreply.github.com> Date: Thu, 1 Oct 2020 12:18:45 +0530 Subject: [PATCH] Update db.sql sql function --- spiderWanghong/db.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spiderWanghong/db.sql b/spiderWanghong/db.sql index 967928e..34ffbc5 100644 --- a/spiderWanghong/db.sql +++ b/spiderWanghong/db.sql @@ -3,7 +3,7 @@ CREATE DATABASE `wanghong` DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4 USE `wanghong`; set names utf8mb4; - +#sql functions DROP TABLE IF EXISTS `user`; CREATE TABLE `user` ( `id` INT UNSIGNED,