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