7773-testToMaster_2430 #2774
|
@ -1,6 +1,6 @@
|
||||||
-- Place your SQL code here
|
-- Place your SQL code here
|
||||||
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
|
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
|
||||||
`agencyModeFk` int(11) NOT NULL AUTO_INCREMENT,
|
`agencyModeFk` int(11) NOT NULL,
|
||||||
PRIMARY KEY (`agencyModeFk`)
|
PRIMARY KEY (`agencyModeFk`)
|
||||||
)
|
)
|
||||||
ENGINE=InnoDB
|
ENGINE=InnoDB
|
||||||
|
|
Loading…
Reference in New Issue