#109 switch svelte to SSR with go
This commit is contained in:
8
migrations/001_initial_schema.up.sql
Normal file
8
migrations/001_initial_schema.up.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
CREATE TABLE workout (
|
||||
user_id INTEGER NOT NULL,
|
||||
date TEXT NOT NULL,
|
||||
type TEXT NOT NULL,
|
||||
sets INTEGER NOT NULL,
|
||||
reps INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user