Welcome Guest, Not a member yet? Register   Sign In
the created model does not work 'User'
#3

Understood! id_user nothing to do with!

\ Models \ UserModel.php:

protected $useSoftDeletes = false;

or
protected $useSoftDeletes = true;

but add to the database table field:
`deleted` tinyint(1) unsigned NOT NULL DEFAULT '0'
Reply


Messages In This Thread
RE: the created model does not work 'User' - by videoproc - 05-07-2019, 10:41 PM



Theme © iAndrew 2016 - Forum software by © MyBB