mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 11:07:41 +00:00
Database updates
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CREATE TABLE `role` (
|
||||
`id_role` int NOT NULL,
|
||||
`id_role` char(36) NOT NULL,
|
||||
`name` varchar(100) DEFAULT NULL,
|
||||
`internal_name` varchar(100) DEFAULT NULL,
|
||||
`description` text,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`id_role`)
|
||||
|
||||
Reference in New Issue
Block a user