mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
Added persistent prompt to student progress report
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
CREATE TABLE `ReportPrompt` (
|
||||
`id_ReportPrompt` char(36) NOT NULL DEFAULT (uuid()),
|
||||
`prompt` text NOT NULL,
|
||||
`reportname` char(100) NOT NULL,
|
||||
`id_program` char(36) DEFAULT 'NULL',
|
||||
PRIMARY KEY (`id_ReportPrompt`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;
|
||||
Reference in New Issue
Block a user