This commit is contained in:
parent
b8af48dff4
commit
00f3755de7
|
@ -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