added show tables when complete

This commit is contained in:
Jacob Delgado 2021-12-15 17:41:05 -08:00
parent f1dc060545
commit ff690dc836

View File

@ -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;