Django migrations err

I want to run makemigrations and migrate commands. When I run those commands python3 manage.py makemigrations runs well but I get an error in python3 manage.py migrate command. It says that “Data too long for column ‘description’ at row 3”. In the database the data is an image it seems. It happens when I am trying to dump data.

Welcome @mishrdh43 !

Please be more specific about the error you are receiving and when.

You say that:

What error are you getting in the migrate command?

What is the model being modified?

Was was the change being made to the model?

What database engine are you using?

You then write:

What command are you running? (Post the actual command line being used, not a description of what you’re trying to do.)

What is the error that you are getting here?

Thank you @Ken. It has been resolved. I will be more specific from next time.