Home
Lawyer2
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (89)
case_statuses
id
increments
timestamps
timestamps
softDeletes
softDeletes
status_name
string
case_end_reasons
id
increments
timestamps
timestamps
softDeletes
softDeletes
text
longText
adjournment_statuses
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
case_settings
id
increments
timestamps
timestamps
softDeletes
softDeletes
case_status_id
FK
bigInteger
adjournment_status_id
FK
bigInteger
case_end_reason_id
FK
bigInteger
plans
id
increments
timestamps
timestamps
softDeletes
softDeletes
amount
decimal
(8,2)
case_limit
string
employee_limit
string
duration_id
FK
bigInteger
durations
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
Desc
text
subscriptions
id
increments
timestamps
timestamps
softDeletes
softDeletes
plan_id
FK
bigInteger
user_id
FK
bigInteger
amount_paid
decimal
(10,2)
start_date
date
end_date
date
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
expenses
id
increments
timestamps
timestamps
softDeletes
softDeletes
amount
decimal
(8,2)
description
longText
receipt_file
string
expense_date
date
payee
string
revenues
id
increments
timestamps
timestamps
softDeletes
softDeletes
amount
decimal
(8,2)
payer
string
description
longText
receipt_file
string
payment_status
enum
due_date
date
payment_date
date
tasks
id
increments
timestamps
timestamps
softDeletes
softDeletes
task_description
longText
execution_date
date
task_status
enum
assignee
enum
employee_id
FK
bigInteger
case_notifications
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
text
message
text
delivery_method
enum
recipient
string
sent_at
timestamp
case_id
FK
bigInteger
cases
id
increments
timestamps
timestamps
softDeletes
softDeletes
case_deadlines
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
description
string
notes
string
deadline_date
date
status_id
FK
bigInteger
case_id
FK
bigInteger
status
id
increments
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01