From ff690dc83626bd4cd2899afb5da919a26f2e36b7 Mon Sep 17 00:00:00 2001 From: Jacob Delgado Date: Wed, 15 Dec 2021 17:41:05 -0800 Subject: [PATCH] added show tables when complete --- src/dbCode/fullDDL.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dbCode/fullDDL.txt b/src/dbCode/fullDDL.txt index ce96ed7..714798f 100644 --- a/src/dbCode/fullDDL.txt +++ b/src/dbCode/fullDDL.txt @@ -115,6 +115,7 @@ INSERT into log(lvname, catname, userop, logmessage) values ('Info', 'View', 'log out', 'log out successful'), ('Info', 'Business', 'log in', 'log in successfully'), ('Info', 'View', 'search for projects', 'result return'); +show tables;