automatic_notification


Columns

Column Type Size Nulls Auto Default Children Parents Comments
notification_id INT 10 null
sms_gateway_type VARCHAR 255 null
provider_name VARCHAR 100 null
message TEXT 65535 NULL
email_sender VARCHAR 100 null
email_subject VARCHAR 100 null
type enum('SMS', 'Email') 5 'SMS'

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc notification_id

Relationships