#7116 agencyIncoming #2178
|
@ -0,0 +1,8 @@
|
|||
-- Place your SQL code here
|
||||
CREATE TABLE IF NOT EXISTS `vn`.`agencyIncoming` (
|
||||
robert marked this conversation as resolved
|
||||
`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
Añadir comentario a la tabla