Home
Alpine Football
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
user_type
integer
username
string
password
string
email
string
first_name
string
last_name
string
phone
string
line_id
string
work_space
string
id_card
string
gender
enum
birthdate
date
religion
string
race
string
nationality
string
size_shirt
string
size_plant
string
disease
string
education
string
address
string
english_talk
integer
english_read
integer
english_listen
integer
file_photo
string
file_card
string
file_certificate
string
file_profile
string
file_medical
string
file_guaranty
string
timestamps
timestamps
softDeletes
softDeletes
players
id
increments
first_name_th
string
last_name_th
string
first_name_en
string
last_name_en
string
id_card
string
gender
enum
birthdate
date
nick_name
string
religion
string
race
string
nationality
string
phone
string
email
string
club
string
address
string
provice
integer
district
integer
subdistrict
integer
zipcode
integer
position
enum
number
string
height
integer
weight
integer
dominant_foot
enum
file_photo
string
timestamps
timestamps
softDeletes
softDeletes
player_owners
id
increments
user_id
FK
integer
player_id
FK
integer
start_date
date
finish_date
date
timestamps
timestamps
softDeletes
softDeletes
course_coaches
id
increments
name
string
place
string
start_date
date
finish_date
date
start_time
time
finish_time
time
register_date
date
amount
integer
detail
text
qualification
text
timestamps
timestamps
softDeletes
softDeletes
course_coach_register
id
increments
course_id
FK
integer
user_id
FK
integer
register_date
date
register_status
integer
timestamps
timestamps
softDeletes
softDeletes
course_players
id
increments
name
string
place
string
start_date
date
finish_date
date
start_time
time
finish_time
time
detail
text
timestamps
timestamps
softDeletes
softDeletes
test_topic
id
increments
course_id
FK
integer
name
string
score
integer
timestamps
timestamps
softDeletes
softDeletes
course_player_register
id
increments
timestamps
timestamps
softDeletes
softDeletes
course_id
FK
integer
player_id
FK
integer
player_testing
id
increments
course_id
FK
integer
player_id
FK
integer
test_id
FK
integer
test_date
date
score
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01