We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61abc75 commit c46fadfCopy full SHA for c46fadf
src/main/resources/db/migration/dbiemr/V4__VIDEO_CONSULTATION.sql
@@ -13,6 +13,8 @@ CREATE TABLE `t_videocallparameter` (
13
`BeneficiaryRegID` bigint(20) DEFAULT NULL,
14
`ClosureRemark` TEXT DEFAULT NULL,
15
`Deleted` BOOLEAN DEFAULT FALSE,
16
+ `LinkGeneratedAt` DATETIME DEFAULT CURRENT_TIMESTAMP,
17
+ `IsLinkUsed` TINYINT(1) DEFAULT 0,
18
`CreatedBy` VARCHAR(255) DEFAULT NULL,
19
`CreatedDate` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
20
`ModifiedBy` VARCHAR(255) DEFAULT NULL,
0 commit comments