SQL table games is only used by Lottery.

This commit is contained in:
MobiusDevelopment
2020-02-02 13:31:13 +00:00
parent 20a4e99da1
commit a1541b2772
21 changed files with 18 additions and 246 deletions

View File

@@ -1,7 +1,4 @@
-- ---------------------------
-- Table structure for games
-- ---------------------------
CREATE TABLE IF NOT EXISTS games (
CREATE TABLE IF NOT EXISTS lottery (
id INT NOT NULL default 0,
idnr INT NOT NULL default 0,
number1 INT NOT NULL default 0,