Initial commit

This commit is contained in:
Florian Sylvain
2024-02-08 13:59:12 +01:00
commit d3109983fe
20 changed files with 7811 additions and 0 deletions
@@ -0,0 +1,7 @@
-- CreateTable
CREATE TABLE "Score" (
"id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT,
"nickname" TEXT NOT NULL,
"score" INTEGER NOT NULL,
"position" INTEGER NOT NULL
);
+3
View File
@@ -0,0 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (i.e. Git)
provider = "sqlite"