use sqlx migrations
This commit is contained in:
4
migrations/20250626163902_bank.sql
Normal file
4
migrations/20250626163902_bank.sql
Normal file
@@ -0,0 +1,4 @@
|
||||
CREATE TABLE IF NOT EXISTS bank (
|
||||
id BIGINT PRIMARY KEY,
|
||||
balance INT
|
||||
)
|
||||
Reference in New Issue
Block a user