bolbhav_user_notifications

This table is designated to store the mobile numbers of sale receipt owners to record notifications sent to these numbers.

Model

Fields
Type
Nullable

id

int4

No

mobile_number

varchar

No

event_name

varchar

No

created_at

timestamp

no

updated_at

timestamp

no

Description of fields:

id: This is the primary key or unique identifier of the entry.

mobile_number: This is the user mobile number for notification sent.

event_name : The name of the event for which notification sent.

created_at :

updated_at:

Last updated