Welcome Guest, Not a member yet? Register   Sign In
Laravel like migration functions
#1

I recently saw the migration statements on Laravel and was thinking, can we work on something like that too for CI4? I'm thinking something like this
PHP Code:
$this-forge->string("name"); 

This would be the equivalent of 
PHP Code:
$this-forge->addField([
  "name"=>[
     "type"=> "VARCHAR"
     // And some optional fields
   ]
]); 

I could work on it if that's okay.
Reply


Messages In This Thread
Laravel like migration functions - by immachakata - 07-16-2023, 03:18 AM
RE: Laravel like migration functions - by iRedds - 07-18-2023, 11:28 AM
RE: Laravel like migration functions - by kenjis - 07-22-2023, 06:43 PM
RE: Laravel like migration functions - by iRedds - 07-23-2023, 01:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB