half working

This commit is contained in:
2022-04-06 21:00:28 -05:00
parent 03e5833f0a
commit 41e81449bd
3 changed files with 118 additions and 3 deletions

View File

@ -77,6 +77,7 @@ public class SQLConnection extends PlexBase
"`endDate` BIGINT" +
");").execute();
con.prepareStatement("CREATE TABLE IF NOT EXISTS `notes` (" +
"`id` INT NOT NULL AUTO_INCREMENT, " +
"`uuid` VARCHAR(46) NOT NULL, " +
"`written_by` VARCHAR(16), " +
"`note` VARCHAR(2000), " +