You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OK, sorry, next time I asked first in Codeigniter 4 Forum.
<?php namespace Config;
use CodeIgniter\Config\BaseConfig;
My config:
class Migrations extends BaseConfig
{
public $enabled = true;
public $type = 'timestamp';
public $table = 'migrations';
public $currentVersion = 20180617100537;
}
Hi,
I add this file 20180617100537_create_auth_tables.php to Database/Migrations
In controller add this:
This is my 20180617100537_create_auth_tables.php
And I get this error:
The migration class "App\Database\Migrations\Migration_create_auth_tables" could not be found.
The text was updated successfully, but these errors were encountered: