refs #5525 mod yml y sql #1491
|
@ -1,6 +1,6 @@
|
||||||
-- vn.accountCountry definition
|
-- vn.accountCountry definition
|
||||||
|
|
||||||
CREATE TABLE `accountCountry` in `vn` (
|
CREATE TABLE `vn`.`accountCountry` (
|
||||||
`supplierAccountFk` mediumint(8) unsigned DEFAULT NULL,
|
`supplierAccountFk` mediumint(8) unsigned DEFAULT NULL,
|
||||||
`countryFk` mediumint(8) unsigned DEFAULT NULL,
|
`countryFk` mediumint(8) unsigned DEFAULT NULL,
|
||||||
KEY `supplierAccountFk` (`supplierAccountFk`),
|
KEY `supplierAccountFk` (`supplierAccountFk`),
|
Loading…
Reference in New Issue