this isnt working

This commit is contained in:
2022-04-06 21:39:45 -05:00
parent 21bef1280d
commit b22a36948a
4 changed files with 18 additions and 25 deletions

View File

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