Skip to content

django.db.utils.OperationalError: (1118, 'Row size too large. The maximum row size for the used table type, not counting BLOBs, is 65535. This includes storage overhead, check the manual. You have to change some columns to TEXT or BLOBs') #11

@bballamudi

Description

@bballamudi

Describe the bug
When tried to follow your instructions I get thrown the error in the title.

To Reproduce
Steps to reproduce the behavior:

  1. Set up the database connection
  2. Go to the directory Ui
  3. Run from the command line 'python manage.py migrate'
  4. See error

Expected behavior
I would expect the command to run successfully setting up the database with the necessary tables in it.

Screenshots
image

Desktop (please complete the following information):

  • OS: WSL1, WIN 10
  • Browser: Firefox dev

Domain Database

  • MySQL

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions