Skip to content

Commit

Permalink
Update changelogdb.md
Browse files Browse the repository at this point in the history
  • Loading branch information
giaonn authored Sep 2, 2021
1 parent 8cb32f4 commit 09bb3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelogdb.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ CREATE TABLE IF NOT EXISTS `vaccom`.`t_uybannhandan` (
PRIMARY KEY (`ID`)
) ;

ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `CoSoYTeChaId` bigint(20) DEFAULT 0;
ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `CoSoYTeChaId` bigint(20) DEFAULT NULL;

ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `UyBanNhanDanID` bigint(20) DEFAULT 0;
ALTER TABLE `vaccom`.`t_cosoyte` ADD COLUMN `UyBanNhanDanID` bigint(20) DEFAULT NULL;

ALTER TABLE `vaccom`.`t_phieuhentiem` ADD COLUMN `GhiChuLyDo` text DEFAULT NULL;

Expand Down

0 comments on commit 09bb3b8

Please sign in to comment.