Home
Ep Studay Abroad
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
Students
id
increments
first_name
string
(255)
last_name
string
email
string
phone
string
gender
enum
date_of_birth
datetime
mother_tongue
string
languages_known
json
Nationality
string
Country
string
City_of_Residence
string
Passport_Status
enum
Visa_Rejection
boolean
files
string
course_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
Countries
id
increments
country_name
string
timestamps
timestamps
cities
id
increments
city_name
string
timestamps
timestamps
country_id
FK
bigInteger
Institutions
id
increments
institute_name
string
Overview
string
logo
integer
softDeletes
softDeletes
timestamps
timestamps
city_id
FK
bigInteger
courses
id
increments
course_name
string
Overview
string
Duration
integer
price
integer
English_Language_Requirements
boolean
timestamps
timestamps
institute_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01