sms_resend_recipient

-1 rows


Description

Resend Notification

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('sms_resend_recipient_id_seq'::regclass)
sms_resend_id int4 10 null
sms_resend.id sms_resend_recipient_sms_resend_id_fkey R

Sms Resend

notification_id int4 10 null
mail_notification.id sms_resend_recipient_notification_id_fkey C

Notification

create_uid int4 10 null
res_users.id sms_resend_recipient_create_uid_fkey N

Created by

write_uid int4 10 null
res_users.id sms_resend_recipient_write_uid_fkey N

Last Updated by

partner_name varchar 2147483647 null

Recipient Name

sms_number varchar 2147483647 null

Phone Number

resend bool 1 null

Try Again

create_date timestamp 29,6 null

Created on

write_date timestamp 29,6 null

Last Updated on

Indexes

Constraint Name Type Sort Column(s)
sms_resend_recipient_pkey Primary key Asc id

Relationships