Home
libreriaCollino
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
usuarios
id
increments
timestamps
timestamps
nombre
string
(30)
apellido
string
(60)
localidad
string
(60)
telefono
string
(20)
username
string
(30)
password
string
(50)
email
string
(50)
activo
boolean
libros
id
increments
timestamps
timestamps
isbn
bigInteger
titulo
string
(60)
paginas
integer
precio
decimal
puntaje
decimal
puntajec
decimal
descripcion
text
stock
boolean
activo
boolean
score
integer
autores
id
increments
timestamps
timestamps
nombre
string
(30)
apellido
string
(60)
biografia
text
editoriales
id
increments
timestamps
timestamps
nombre
string
(50)
comentarios
id
increments
timestamps
timestamps
titulo
string
(100)
cuerpo
text
puntaje
tinyInteger
activo
boolean
usuario_id
FK
integer
libro_id
FK
integer
listas
id
increments
timestamps
timestamps
titulo
string
(80)
subtitulo
string
(100)
empleado
boolean
usuario_id
FK
integer
reservas
id
increments
timestamps
timestamps
retirado
boolean
codigo
string
(30)
regalo
boolean
usuario_id
FK
integer
libro_id
FK
integer
categorias
id
increments
timestamps
timestamps
titulo
string
(30)
libro_autor
id
increments
timestamps
timestamps
libro_id
FK
integer
autor_id
FK
integer
libro_categoria
id
increments
timestamps
timestamps
libro_id
FK
integer
categoria_id
FK
integer
libro_usuario
id
increments
timestamps
timestamps
libro_id
FK
integer
usuario_id
FK
integer
leido
boolean
quiero_leer
boolean
estantes
id
increments
timestamps
timestamps
nombre
string
(50)
usuario_id
FK
integer
libro_lista
id
increments
timestamps
timestamps
libro_id
FK
integer
lista_id
FK
integer
libro_estante
id
increments
timestamps
timestamps
libro_id
FK
integer
estante_id
FK
integer
×
Comments for libreriaCollino
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01