codeigniter4-auth icon indicating copy to clipboard operation
codeigniter4-auth copied to clipboard

Cannot migrate

Open mpf101112 opened this issue 5 years ago • 1 comments

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.

mpf101112 avatar Nov 17 '20 16:11 mpf101112

I had the same problem. Copied the file from app/ThirdParty/Auth/Database/Migrations to app/Database/Migrations and it worked

ivanBell199 avatar Feb 09 '21 15:02 ivanBell199