Hello!
I am new to Django and decided to try a small implementation using MySQL, in a nutshell I want to create a table empleado (employee) with some basic data, but for some reason Django creates a differet table when running migrations, can someone point me to docs or explain me why is this happening?
So far:
- startapp empleado
- Edit models.py
- Create views.py
- Create url.py and import them
- Execute makemigrations and migrations
- Checked MySQL and saw this table:

