mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 05:17:41 +00:00
Added Goals fields
This commit is contained in:
@@ -6,6 +6,10 @@ CREATE TABLE `goal` (
|
||||
`description` text,
|
||||
`category` varchar(255) DEFAULT NULL,
|
||||
`baseline` text,
|
||||
`target_completion_date` date DEFAULT NULL,
|
||||
`close_date` date DEFAULT NULL,
|
||||
`achieved` tinyint(1) DEFAULT NULL,
|
||||
`close_notes` text,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`id_goal`),
|
||||
|
||||
Reference in New Issue
Block a user