Home
littlenuts
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
movies
id
increments
title
string
(255)
synopsis
text
trailer_url
string
(255)
release_date
date
timestamps
timestamps
actors
id
increments
first_name
string
(255)
last_name
string
(255)
picture_url
string
(255)
timestamps
timestamps
watchlists
id
increments
movie_id
integer
user_id
integer
is_watched
boolean
is_favorited
boolean
timestamps
timestamps
users
id
increments
name
string
(255)
timestamps
timestamps
×
Comments for littlenuts
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01