Shield table auth_identities - fill column name |
(01-18-2023, 06:01 PM)kenjis Wrote: Do you mean you want to add column "name" in the user table? No. The table auth_identites already has a column with the name of "name". After executing the migration this column exists. I add a user like this: https://codeigniter4.github.io/shield/qu...ting-users With the following modification i wanted to fill this already existing column: PHP Code: $user = new User([ But the column "name" is still NULL. How can i fil this column? |
Messages In This Thread |
Shield table auth_identities - fill column name - by groovebird - 01-18-2023, 01:13 PM
RE: Shield table auth_identities - fill column name - by kenjis - 01-18-2023, 06:01 PM
RE: Shield table auth_identities - fill column name - by groovebird - 01-19-2023, 12:08 AM
RE: Shield table auth_identities - fill column name - by InsiteFX - 01-19-2023, 12:23 AM
RE: Shield table auth_identities - fill column name - by groovebird - 01-19-2023, 12:45 AM
RE: Shield table auth_identities - fill column name - by kenjis - 01-19-2023, 01:32 AM
RE: Shield table auth_identities - fill column name - by groovebird - 01-19-2023, 01:56 AM
RE: Shield table auth_identities - fill column name - by kenjis - 01-19-2023, 01:54 AM
|