refs #5525 mod yml y sql #1491
|
@ -10,7 +10,7 @@ CREATE TABLE `supplierAccount` (
|
||||||
`accountingFk` int(11) DEFAULT NULL,
|
`accountingFk` int(11) DEFAULT NULL,
|
||||||
`beneficiary` varchar(50) DEFAULT NULL,
|
`beneficiary` varchar(50) DEFAULT NULL,
|
||||||
`editorFk` int(10) unsigned DEFAULT NULL,
|
`editorFk` int(10) unsigned DEFAULT NULL,
|
||||||
`countryFk` int(10) unsigned UNIQUE KEY,
|
`countryFk` int(10) unsigned UNIQUE KEY COMMENT 'Cuenta por defecto para ingresos desde esta empresa',
|
||||||
`companyFk` int(10) unsigned UNIQUE KEY,
|
`companyFk` int(10) unsigned UNIQUE KEY,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
KEY `fk_proveedores_proveedores_account_idx` (`supplierFk`),
|
KEY `fk_proveedores_proveedores_account_idx` (`supplierFk`),
|
||||||
|
|
Loading…
Reference in New Issue