X-Git-Url: https://git.auder.net/img/rock_paper_scissors_lizard_spock.gif?a=blobdiff_plain;f=db%2Fcreate.sql;h=36bda8aafebfbeb2aa7faf3c50eea6a011bbc8d3;hb=86c9843cd04717d61f373ebaf3a1fdf21fd5a60f;hp=aa2f3ae13451c530770dceb2b48e58af1ac9bdb3;hpb=da06a6eb0237123ce43fdb01cb06246b8b57f5e5;p=vchess.git diff --git a/db/create.sql b/db/create.sql index aa2f3ae1..36bda8aa 100644 --- a/db/create.sql +++ b/db/create.sql @@ -1,3 +1,5 @@ +-- database should be in this folder, and named 'vchess.sqlite' + create table Variants ( name varchar primary key, description text