begin implementing database. Down migrate doesnt work yet
This commit is contained in:
8
src-tauri/migrations/0002_node_exercise.sql
Normal file
8
src-tauri/migrations/0002_node_exercise.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- migrate:up
|
||||
create table NodeExercise (
|
||||
id integer primary key,
|
||||
ex_type text,
|
||||
content text
|
||||
)
|
||||
|
||||
-- migrate:down
|
||||
Reference in New Issue
Block a user