Today we are going to make a user system, which will be used for login, user management, role permission, page access control etc.
1 - team
CREATE TABLE team (
id int NOT NULL AUTO_INCREMENT PRIMARY KEY,
id_up int NOT NULL DEFAULT 0, -- parent team id
name varch
Cat:
CMS |
Read: 1146
| 05/06/2022