maya
.public
Tables
(current)
Columns
Constraints
Relationships
Orphan Tables
Anomalies
Routines
ot_rw_create_operadores_user_tg()
Parameters
Name
Type
Mode
Definition
DECLARE BEGIN /* they will be asked to replace their password with a stronger one on their first long in */ PERFORM ot_rw_create_operadores_user(NEW.idclient,'123456'); RETURN NEW; END;