Job
Make it so that in the user account table, name and password fields are non-nullable
Describe a possible solution
Add "nullable=False" to these fields
Context
This ensures that the name and password cannot be null, so every user account must have one.
Job
Make it so that in the user account table, name and password fields are non-nullable
Describe a possible solution
Add "nullable=False" to these fields
Context
This ensures that the name and password cannot be null, so every user account must have one.