Skip to content

Commit c46fadf

Browse files
committed
Add the link generated time field for the meeting link
1 parent 61abc75 commit c46fadf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/db/migration/dbiemr/V4__VIDEO_CONSULTATION.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ CREATE TABLE `t_videocallparameter` (
1313
`BeneficiaryRegID` bigint(20) DEFAULT NULL,
1414
`ClosureRemark` TEXT DEFAULT NULL,
1515
`Deleted` BOOLEAN DEFAULT FALSE,
16+
`LinkGeneratedAt` DATETIME DEFAULT CURRENT_TIMESTAMP,
17+
`IsLinkUsed` TINYINT(1) DEFAULT 0,
1618
`CreatedBy` VARCHAR(255) DEFAULT NULL,
1719
`CreatedDate` TIMESTAMP DEFAULT CURRENT_TIMESTAMP,
1820
`ModifiedBy` VARCHAR(255) DEFAULT NULL,

0 commit comments

Comments
 (0)