update migrations
This commit is contained in:
6
src-tauri/migrations/0003_exercise_table.up.sql
Normal file
6
src-tauri/migrations/0003_exercise_table.up.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
create table exercise (
|
||||
id integer primary key,
|
||||
ex_type text,
|
||||
content text,
|
||||
nodeId integer references node(id)
|
||||
);
|
||||
Reference in New Issue
Block a user