From b0256ac69aa28270eee9f342f4080f79647523f5 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Fri, 3 Sep 2021 05:13:55 -0700 Subject: [PATCH] tom nurkalla's objectionjs notes --- db_relations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db_relations.js b/db_relations.js index 1536151b..672d547c 100644 --- a/db_relations.js +++ b/db_relations.js @@ -1,5 +1,5 @@ /* Taken from Tom Nurkkala's Youtube Video on Object-RElational Mapping, which uses KnexJS and ObjectionJS to demonstrate - Basic SQL relationships + Basic SQL relationships (https://www.youtube.com/watch?v=2Mnn29KRzEI) Models in relation source: model containing relationMappings definition