OperationalError at /question/which-is-the-best-language table main_answer has no column named user_id

I got another error, Kindly help me

OperationalError at /question/which-is-the-best-language
table main_answer has no column named user_id
Request Method: POST
Request URL: http://127.0.0.1:8000/question/which-is-the-best-language
Django Version: 2.2.6
Exception Type: OperationalError
Exception Value:
table main_answer has no column named user_id
Exception Location: /Users/sagarkumarnayak/Desktop/django_online/projects/Poller/env/lib/python3.7/site-packages/django/db/backends/sqlite3/base.py in execute, line 383
Python Executable: /Users/sagarkumarnayak/Desktop/django_online/projects/Poller/env/bin/python
Python Version: 3.7.3
Python Path:
[’/Users/sagarkumarnayak/Desktop/django_online/projects/Poller’,
‘/Users/sagarkumarnayak/Desktop/django_online/projects/Poller/env/lib/python37.zip’,
‘/Users/sagarkumarnayak/Desktop/django_online/projects/Poller/env/lib/python3.7’,
‘/Users/sagarkumarnayak/Desktop/django_online/projects/Poller/env/lib/python3.7/lib-dynload’,
‘/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7’,
‘/Users/sagarkumarnayak/Desktop/django_online/projects/Poller/env/lib/python3.7/site-packages’]
Server time: Mon, 4 Nov 2019 15:58:02 +0000

You will have to check your database for the Column named user_id , if it exists then do check for the spelling .