chore: initialized repository
This commit is contained in:
6
migrations/20260408203423_create_weights_table.sql
Normal file
6
migrations/20260408203423_create_weights_table.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE weights (
|
||||
id INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
user_id TEXT NOT NULL,
|
||||
date TEXT NOT NULL,
|
||||
weight REAL NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user