TODO: finish draw offer logic + fix inCheck bug (no highlight)
[vchess.git] / server / db / create.sql
index d18a310..21c7728 100644 (file)
@@ -41,7 +41,7 @@ create table Games (
   scoreMsg varchar,
   timeControl varchar,
   created datetime, --used only for DB cleaning
-  drawOffer boolean,
+  drawOffer character,
   foreign key (vid) references Variants(id)
 );