Home
cloud_email_validation
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
email
string
(255)
password
string
(255)
email_verified_at
timestamp
timestamps
timestamp
services
id
increments
plan_name
string
(255)
package_name
string
(255)
subscription_amount
bigInteger
frequency_limit
integer
status
tinyInteger
created_at
timestamp
updated_at
timestamp
orders
id
increments
subscriptions_id
FK
integer
payment_refrence
string
(255)
mode
string
(255)
status
tinyInteger
created_at
timestamp
timestamps
timestamps
updated_at
timestamp
contact_msg
id
increments
first_name
string
(255)
last_name
string
(255)
email
string
(255)
message
string
(255)
created_at
timestamp
updated_at
timestamp
email_lists
id
increments
email
string
(255)
company_domain
string
(255)
status
tinyInteger
timestamps
timestamp
reports
id
increments
email_list_user_id
FK
integer
status_report
bigInteger
datetime
datetime
timestamps
timestamp
subscriptions
id
increments
user_id
FK
integer
service_id
FK
integer
total_amount
integer
expiry_date
datetime
status
tinyInteger
timestamps
timestamps
renew_at
timestamp
renewal_count
integer
first_renewed_at
timestamp
last_renewed_at
timestamp
last_cancelled_at
timestamp
last_failed_at
timestamp
note
longText
email_list_users
id
increments
user_id
FK
integer
email_id
FK
integer
datetime
datetime
admins
id
increments
name
string
(255)
email
string
(255)
password
string
(255)
remember_token
string
(255)
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01