mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 02:57:36 +00:00
Updates to encompass benchmarks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
CREATE TABLE `benchmark` (
|
||||
`id_benchmark` char(36) NOT NULL DEFAULT (uuid()),
|
||||
`id_goal` char(36) NOT NULL,
|
||||
`id_user_created` char(36) NOT NULL,
|
||||
`benchmark` text NOT NULL,
|
||||
`created_at` datetime NOT NULL,
|
||||
`updated_at` datetime DEFAULT NULL,
|
||||
PRIMARY KEY (`id_benchmark`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
Reference in New Issue
Block a user