Home
mina_infrastructure
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
roads
id
increments
timestamps
timestamps
road
string
(50)
length
string
(20)
capacity
string
(20)
intersection_count
string
(10)
two_way
boolean
longitude
string
(191)
latitude
string
(191)
segments
id
increments
timestamps
timestamps
road_id
FK
integer
part
integer
source_long
string
(191)
target_long
string
(191)
source_lat
string
(191)
target_lat
string
(191)
length
string
(10)
capacity
string
(10)
has_intersection
boolean
intersection_in
boolean
intersection_out
boolean
camps
id
increments
timestamps
timestamps
label
string
(10)
gate
string
(10)
longitude
string
(191)
latitude
string
(191)
segment_id
integer
public_utility_types
id
increments
timestamps
timestamps
name
string
(20)
public_utilities
id
increments
timestamps
timestamps
pub_ut_ty_id
FK
integer
segment_id
FK
integer
name
string
(100)
intersections
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01