CUOTAS_BI0
Description
(There is no description for trigger CUOTAS_BI0)
Definition
CREATE TRIGGER CUOTAS_BI0 FOR CUOTAS ACTIVE BEFORE INSERT POSITION 0 as begin if (new.item is null) then new.item = gen_id(gen_cuotas_id,1); end