Merge pull request '#7116 agencyIncoming' (!2178) from 7116-agencyIncoming into dev
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
Reviewed-on: #2178 Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
commit
cb5c660e13
|
@ -0,0 +1,8 @@
|
|||
-- Place your SQL code here
|
||||
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
|
||||
`agencyModeFk` int(11) NOT NULL,
|
||||
PRIMARY KEY (`agencyModeFk`)
|
||||
)
|
||||
ENGINE=InnoDB
|
||||
DEFAULT CHARSET=utf8mb3
|
||||
COLLATE=utf8mb3_unicode_ci COMMENT='Agencias de entrada de mercancias';;
|
Loading…
Reference in New Issue