Moved the nodejs agent to its own subfolder to make room for my haskell agent
This commit is contained in:
parent
0bc0df0891
commit
36cc33f9e9
22 changed files with 0 additions and 0 deletions
6
nodejs/database/002_ships.sql
Normal file
6
nodejs/database/002_ships.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
CREATE TABLE ships (
|
||||
id INTEGER PRIMARY KEY,
|
||||
data JSON NOT NULL,
|
||||
updated DATE DEFAULT NULL
|
||||
);
|
||||
CREATE UNIQUE INDEX ships_data_symbol on ships (json_extract(data, '$.symbol'));
|
Loading…
Add table
Add a link
Reference in a new issue