Is it possible to program the database so that there is a default record if there is no other one in the table? making the table impossible to be empty.
So if you have other records, it ignores the default, if you do not have any, use the default.
Is it possible?
I am implementing access permissions on a system that already has many users and a lot of users do not have registered permissions, so it causes problems when checking permissions and etc ... so I would like to set up a registry that always existed by default configuration .