stuff
This commit is contained in:
6
examples/monty-hall-problem/schema.sql
Normal file
6
examples/monty-hall-problem/schema.sql
Normal file
@ -0,0 +1,6 @@
|
||||
CREATE TABLE games (
|
||||
id INTEGER DEFAULT NULL PRIMARY KEY AUTOINCREMENT,
|
||||
name TEXT DEFAULT NULL,
|
||||
switch TEXT DEFAULT NULL,
|
||||
outcome TEXT DEFAULT NULL
|
||||
);
|
Reference in New Issue
Block a user