EntityID field value is missing in SQL query
turone opened this issue · 0 comments
turone commented
NodeJS-Application/db/data.sql
Line 1 in 5749fec
A query that inserts a value into the entityId field:
INSERT INTO "Identifier" ("entityId") VALUES ((SELECT "id" FROM "Entity" WHERE "name" = 'Account'));