use sqlx migrations
This commit is contained in:
6
migrations/20250626164333_games.sql
Normal file
6
migrations/20250626164333_games.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
CREATE TABLE IF NOT EXISTS games (
|
||||
id BIGSERIAL PRIMARY KEY,
|
||||
name CHAR[255]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user