Max Hodges
10/02/2021, 10:28 AMINSERT INTO 'blackship$prod'.'WarehouseLocations' (name)
VALUES
('01-00-0-0'
'01-00-0-1', etc.)
but fails because
null value in column "id" violates not-null constraint
I see the id column is varchar, not an auto-number, so . . . what’s the method? do I gotta use javascript for this? 😞Ryan
10/04/2021, 5:31 AMid
field in your schema.prisma
?