MaCH repo
This commit is contained in:
7
07_roundest_pokemon_htmx/create_pokemons_table.sql
Normal file
7
07_roundest_pokemon_htmx/create_pokemons_table.sql
Normal file
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS pokemons (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
name TEXT NOT NULL,
|
||||
sprite TEXT NOT NULL,
|
||||
wins INTEGER NOT NULL DEFAULT 0,
|
||||
loses INTEGER NOT NULL DEFAULT 0
|
||||
);
|
||||
Reference in New Issue
Block a user