generated from Sithas/conan_template
Третий UseCase
This commit is contained in:
@@ -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`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user