_ country_id _ field in the database doesn’t get the value when the data is inserted via Insomnia API client. Even if i write this ‚random‘ instead of _ $countryId _ - it still doesn’t get the value and is always empty.
After changing it to countryId in generate method, now i am getting this error. I also changed in entity getter setter method from country_id to countryId and changed column name in table from country_id to countryId still same error. Reverted back entity and column name to country_id