This commit is contained in:
parent
26872c28e3
commit
95602895df
|
@ -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