Mysql – I'm doing the migration, but the table is not created in the database
When I do the migration, I get the following message in the terminal: Migrations for 'bookList': bookList/migrations/0001_initial.py: Create model bookList And then I run the migrate command: Operations to perform: Apply all migrations: admin, auth, bookList, contenttypes, sessions When I…