I have never used mysql before so this is my first attempt. The syntax/coding im using...
"CREATE pets ("
+ "uuid INT NOT NULL,"
+ "type VARCHAR(100) NOT NULL,"
+ "name VARCHAR(100) NOT NULL,"
+ "health INT NOT NULL,"
+ "badge VARCHAR(40),"
+ ")"
And the error is
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'pets (uuid INT NOT NULL,type VARCHAR(100) NOT NULL,name VARCHAR(100) NOT NULL,he' at line 1