mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 14:37:34 +00:00
Database objects initial check in
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE `permission` (
|
||||
`id_permission` int NOT NULL,
|
||||
`name` varchar(100) DEFAULT NULL,
|
||||
`description` text,
|
||||
`resource` varchar(100) DEFAULT NULL,
|
||||
`action` varchar(50) DEFAULT NULL,
|
||||
`scope` varchar(50) DEFAULT NULL,
|
||||
PRIMARY KEY (`id_permission`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
Reference in New Issue
Block a user