I created a Job offer content doctype which contain Text Editor.
I created Job Offer Content Template in that data one field and another one field be child doctype called Job Offer Content.
Now I add the link field in Job Offer doctype in that I link the Job Offer Content Template
another field called text editor which data extract from job offer content template
after I choose the Job Offer Content Template list the text editor data be shows I could not save the Job offer
it shows error called
Server Error
pymysql.err.OperationalError: (1054, “Unknown column ‘job_offer_content_template’ in ‘field list’”)
How to solve this