Database updates

This commit is contained in:
ivan-pelly
2026-02-21 08:01:29 -08:00
parent fa0903e7be
commit c9ed34ddbb
49 changed files with 699 additions and 331 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
CREATE TABLE `user_program` (
`id_user_program` int NOT NULL,
`id_user` int DEFAULT NULL,
`id_program` int DEFAULT NULL,
`id_user_program` char(36) NOT NULL,
`id_user` char(36) DEFAULT NULL,
`id_program` char(36) DEFAULT NULL,
`is_primary` tinyint(1) DEFAULT '0',
`status` varchar(20) DEFAULT 'active',
`joined_at` timestamp NULL DEFAULT NULL,