Home page progress + start of db manipulations
This commit is contained in:
5
migrations/1725982950_players.sql
Normal file
5
migrations/1725982950_players.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
create table if not exists players
|
||||
(
|
||||
id integer primary key not null,
|
||||
name text not null
|
||||
)
|
||||
Reference in New Issue
Block a user