codeigniter4-auth
codeigniter4-auth copied to clipboard
Cannot migrate
HI, I am receiving the following error code when I run migrate: mysqli_sql_exception #1146 Table 'ci4.users' doesn't exist
The Migration doesn't create the table and if I create the user's table it gets dropped during the migration. Any help would be appreciated.
I had the same problem. Copied the file from app/ThirdParty/Auth/Database/Migrations to app/Database/Migrations and it worked