Третий UseCase

This commit is contained in:
Антон
2025-08-19 06:32:35 +03:00
parent e807dfd4b1
commit 11b2f1313a
2 changed files with 6 additions and 25 deletions
+1
View File
@@ -88,6 +88,7 @@ CREATE TABLE `up_and_down`.`treatment_schemes` (
`guid` CHAR(36) NOT NULL,
`treatment_name` TEXT NOT NULL,
`medication_guid` CHAR(36) NOT NULL,
`instructions` TEXT,
PRIMARY KEY (`guid`),
FOREIGN KEY (`medication_guid`) REFERENCES `medications`(`guid`)
);