Files
vote-rllhc/migrations/1725982950_players.sql
2024-09-20 19:28:33 +02:00

5 lines
90 B
SQL

create table if not exists players
(
id integer primary key not null,
name text not null
)