more strict types

This commit is contained in:
Robin Appelman 2025-04-14 20:46:06 +02:00
commit 3b5d3f2efc
13 changed files with 223 additions and 115 deletions

View file

@ -1,4 +1,4 @@
CREATE TABLE matches
CREATE TABLE IF NOT EXISTS matches
(
id INTEGER NOT NULL,
team_home INTEGER NOT NULL,