7773-testToMaster_2430 #2774

Merged
alexm merged 368 commits from 7773-testToMaster_2430 into master 2024-07-23 06:21:03 +00:00
1 changed files with 2 additions and 5 deletions
Showing only changes of commit 8b617df13d - Show all commits

View File

@ -1,10 +1,7 @@
-- Place your SQL code here
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`code` varchar(50) DEFAULT NULL,
`description` varchar(50) DEFAULT NULL,
`isOrigin` tinyint(1) DEFAULT NULL,
PRIMARY KEY (`id`)
`agencyModeFk` int(11) NOT NULL AUTO_INCREMENT,
PRIMARY KEY (`agencyModeFk`)
)
ENGINE=InnoDB
DEFAULT CHARSET=utf8mb3