Fix patient table AddDate column property.
This commit is contained in:
@@ -51,7 +51,7 @@ CREATE TABLE `Patient` (
|
|||||||
`PatientName` varchar(255) CHARACTER SET utf8 NOT NULL,
|
`PatientName` varchar(255) CHARACTER SET utf8 NOT NULL,
|
||||||
`Birthdate` date NOT NULL,
|
`Birthdate` date NOT NULL,
|
||||||
`Sex` varchar(255) NOT NULL,
|
`Sex` varchar(255) NOT NULL,
|
||||||
`AddDate` date DEFAULT NULL,
|
`AddDate` datetime DEFAULT NULL,
|
||||||
`COMMENT` text DEFAULT NULL,
|
`COMMENT` text DEFAULT NULL,
|
||||||
PRIMARY KEY (`PatientUID`)
|
PRIMARY KEY (`PatientUID`)
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user