Home
email_queue_ERD
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (2)
email_queue
id
increments
status_id
FK
integer
sender_id
FK
integer
sender_name
string
sender_email
string
subject
string
send_to
string
cc
string
bcc
string
body
text
attachments
text
timestamps
timestamps
softDeletes
softDeletes
email_sending_statuses
id
increments
description
string
timestamps
timestamps
softDeletes
softDeletes
employees
id
increments
timestamps
timestamps
softDeletes
softDeletes
×
Comments for email_queue_ERD
vincent815 . 03 April 2019
we can rename the column `status_id` to `email_sending_status_id`
vincent815 . 03 April 2019
we can also rename the table `email_queue` to `email_queues`
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01