Home
dues
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
apartments
id
increments
name
string
(255)
door_number
integer
address
string
(260)
block
string
(15)
timestamps
timestamps
softDeletes
softDeletes
flats
id
increments
apartment_id
FK
integer
type
integer
flat_number
string
(10)
squaremeter
integer
number_of_rooms
string
(10)
price
float
timestamps
timestamps
softDeletes
softDeletes
people
id
increments
flat_id
FK
integer
type
string
(50)
name
string
(50)
surname
string
(50)
email
string
(50)
phone
string
(50)
is_resident
boolean
timestamps
timestamps
softDeletes
softDeletes
flat_types
id
increments
name
string
(50)
status
tinyInteger
timestamps
timestamps
softDeletes
softDeletes
×
Comments for dues
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01