Home
falcon
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clients
id
increments
name
string
address
string
phone
string
another_phone
string
type
enum
status
enum
order_quantity
integer
notes
text
timestamps
timestamps
deliveries
id
increments
softDeletes
softDeletes
name
string
address
string
phone
string
national_id
string
(14)
notes
text
timestamps
timestamps
orders
id
increments
client_id
FK
bigInteger
sender
string
receiver
string
delivery_id
FK
bigInteger
discount
decimal
delivery_cost
decimal
total_cost
decimal
notes
text
timestamps
timestamps
client_delivery
id
increments
timestamps
timestamps
client_id
FK
bigInteger
delivery_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01