Hey guys,
A question I have a CSV with first column as FK ID - and whenever I do a POST to "auto" endpoint - it stucks saying "input needed" on IDs
I am pretty sure, I am missing something - someone please direct me?
Thanks in Advance
Table A -
name, title
Table B -
FK_A, place, price
importing CSV for table B where FK_A is the foreign key to table A records.
Hey guys,
A question I have a CSV with first column as FK ID - and whenever I do a POST to "auto" endpoint - it stucks saying "input needed" on IDs
I am pretty sure, I am missing something - someone please direct me?
Thanks in Advance
Table A -
name, title
Table B -
FK_A, place, price
importing CSV for table B where FK_A is the foreign key to table A records.