Explorar el Código

update liquid base, may need to recreate fpsmsdb

create_edit_user
cyril.tsui hace 3 meses
padre
commit
184c1c2b45
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      src/main/resources/db/changelog/changes/20250513_01_cyril/04_create_bom.sql

+ 2
- 1
src/main/resources/db/changelog/changes/20250513_01_cyril/04_create_bom.sql Ver fichero

@@ -17,7 +17,8 @@ CREATE TABLE `bom`
`uomId` INT NULL,
`m18Id` INT NULL,
`m18LastModifyDate` DATETIME NULL,
CONSTRAINT pk_bom PRIMARY KEY (id)
CONSTRAINT pk_bom PRIMARY KEY (id),
CONSTRAINT `FK_BOM_ON_UOMID` FOREIGN KEY (`uomId`) REFERENCES `uom_conversion` (`id`)
);

CREATE TABLE `bom_process`


Cargando…
Cancelar
Guardar