Parameters
Name | Type | Mode |
---|---|---|
p_tdis_identifier | character varying | IN |
p_username | character varying | IN |
p_status | character varying | IN |
p_content | character varying | IN |
Sends a notification regarding a model given by TDIS Identifier from the provided user. May include a status change as well.
select *
from tdis_add_notification('TM-9f36cc8a-93e2-11ec-ba2a-59ebf1ac4488', 'turban', 'pending',
'This is a test notification.');
Name | Type | Mode |
---|---|---|
p_tdis_identifier | character varying | IN |
p_username | character varying | IN |
p_status | character varying | IN |
p_content | character varying | IN |