I am manually adding data to a table with SQL codes (with my cron job for example INSERT INTO fields, values). History table. There are IDs associated with this table. But it looks like id listed. There are no names associated with them.
How can I solve this? I'm adding relationship.
Example;
How can I solve this? I'm adding relationship.
Example;
HTML Code:
{ "fields": { "prevCareerStep": { "type": "link", "readOnly": true } }, "links": { "prevCareerStep": { "type": "belongsTo", "entity": "CareerSteps" } } }
Comment