Change the Enum value of a column in the parent table and then the Enum value of the child table

I have a Parent table and it is referenced to the Child table, in the parent table I want to execute an action that changes the value of the Enum column [ESTADO] “RECIBIDO” of the same table as well as the Enum value of the child table [ESTADO] “RECIBIDO”, is it possible to do that?

wsaico:

in the parent table I want to execute an action that changes the value

2 Likes