This commit is contained in:
parent
7b3d51dfca
commit
8b617df13d
|
@ -1,10 +1,7 @@
|
||||||
-- Place your SQL code here
|
-- Place your SQL code here
|
||||||
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
|
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
|
||||||
`id` int(11) NOT NULL AUTO_INCREMENT,
|
`agencyModeFk` int(11) NOT NULL AUTO_INCREMENT,
|
||||||
`code` varchar(50) DEFAULT NULL,
|
PRIMARY KEY (`agencyModeFk`)
|
||||||
`description` varchar(50) DEFAULT NULL,
|
|
||||||
`isOrigin` tinyint(1) DEFAULT NULL,
|
|
||||||
PRIMARY KEY (`id`)
|
|
||||||
)
|
)
|
||||||
ENGINE=InnoDB
|
ENGINE=InnoDB
|
||||||
DEFAULT CHARSET=utf8mb3
|
DEFAULT CHARSET=utf8mb3
|
||||||
|
|
Loading…
Reference in New Issue