NinjaNuur
05/14/2022, 3:13 PMbatch_id: uuid PK
created_at: int4
inventory_item
batch_id: uuid FK
name: varchar
Is it possible to select all inventory_batch
and get all inventory_item
with the same batch_id for each row. Or do I have to make a separate call on inventory_item?Needle
05/14/2022, 3:13 PMNeedle
05/14/2022, 3:33 PMNeedle
05/14/2022, 3:33 PM