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

This commit is contained in:
Carlos Satorres 2023-06-29 06:33:50 +02:00
parent 0a78dd344f
commit f3a40dfb23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CREATE TABLE `supplierAccount` (
`accountingFk` int(11) DEFAULT NULL,
`beneficiary` varchar(50) 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,
PRIMARY KEY (`id`),
KEY `fk_proveedores_proveedores_account_idx` (`supplierFk`),