mirror of
https://github.com/opelly27/WinStudentGoalTracker.git
synced 2026-05-20 16:57:35 +00:00
Renamed some of the goal fields to align with business logic
This commit is contained in:
@@ -3,9 +3,9 @@ CREATE TABLE `goal` (
|
||||
`id_goal_parent` char(36) DEFAULT NULL,
|
||||
`id_student` char(36) DEFAULT NULL,
|
||||
`id_user_created` char(36) DEFAULT NULL,
|
||||
`title` varchar(255) DEFAULT NULL,
|
||||
`description` text,
|
||||
`category` varchar(100) DEFAULT NULL,
|
||||
`category` varchar(255) DEFAULT NULL,
|
||||
`baseline` text,
|
||||
`created_at` timestamp NULL DEFAULT NULL,
|
||||
`updated_at` timestamp NULL DEFAULT NULL,
|
||||
PRIMARY KEY (`id_goal`),
|
||||
|
||||
Reference in New Issue
Block a user