update migrations
This commit is contained in:
6
src-tauri/migrations/0002_node_table.up.sql
Normal file
6
src-tauri/migrations/0002_node_table.up.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
CREATE TABLE node (
|
||||
id integer primary key,
|
||||
title text,
|
||||
description text,
|
||||
pathId integer references path(id)
|
||||
);
|
||||
Reference in New Issue
Block a user