Welcome Guest, Not a member yet? Register   Sign In
How set up Migration in HMVC?
#1
Exclamation 

My autoload setup

PHP Code:
$psr4 = [
         
'App'         => APPPATH,                // To ensure filters, etc still found,
     
APP_NAMESPACE => APPPATH,                // For custom namespace
     
'Config'      => APPPATH 'Config',
     
'Mod'         => ROOTPATH 'mod',        
]; 

My migration file path

Code:
/mod/System/Database/Migrations/xxxxx_add_system.php


I use "php spark migrate" and show 

Code:
CodeIgniter CLI Tool - Version 4.0.3 - Server-Time: 2020-06-24 23:02:57pm

Running all new migrations...
Done

but no table created
Reply


Messages In This Thread
How set up Migration in HMVC? - by jailin - 06-24-2020, 08:06 AM
RE: How set up Migration in HMVC? - by marqone - 06-25-2020, 12:17 PM
RE: How set up Migration in HMVC? - by jailin - 06-26-2020, 09:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB