refs #5525 update changes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Carlos Satorres 2023-04-27 14:40:02 +02:00
parent 26872c28e3
commit 95602895df
1 changed files with 1 additions and 1 deletions

View File

@ -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`),