Add unambiguous section in the PGN + some fixes + code formatting and fix typos
[vchess.git] / server / db / create.sql
index 533e0f2..7c361b4 100644 (file)
@@ -3,7 +3,8 @@
 create table Variants (
   id integer primary key,
   name varchar unique,
-  description text
+  description text,
+  noProblems boolean
 );
 
 create table Users (