From 4bcf4da61f8181b9ed3dc24253b8fda9950d8c48 Mon Sep 17 00:00:00 2001 From: 3y Date: Fri, 23 Dec 2022 11:01:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=20creator=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/austin.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sql/austin.sql b/sql/austin.sql index 7d74a87..78e73cf 100644 --- a/sql/austin.sql +++ b/sql/austin.sql @@ -1,8 +1,8 @@ -create -database austin; +drop databases austin if exists; -use -austin; +create database austin; + +use austin; drop table IF EXISTS message_template;