This commit is contained in:
sunwen
2023-11-21 16:20:19 +08:00

View File

@@ -51,7 +51,7 @@ CREATE TABLE `Patient` (
`PatientName` varchar(255) CHARACTER SET utf8 NOT NULL,
`Birthdate` date NOT NULL,
`Sex` varchar(255) NOT NULL,
`AddDate` date DEFAULT NULL,
`AddDate` datetime DEFAULT NULL,
`COMMENT` text DEFAULT NULL,
PRIMARY KEY (`PatientUID`)
);