You are on page 1of 6

Table name

Primary key

:
:

alogin

aid

Field name

Data type

Description

aid

Varchar

Admin id

pass

Varchar

Password

Table name

sprofile

Primary key

sid

Field name

Data type

Description

sid

Varchar

Student id

name

Varchar

Student name

gender

Varchar

Gender

dob

Date

Date of birth

fname

Varchar

Fathers name

fatheroccup

Varchar

Fathers occupation

mname

Varchar

Mothers name

motheroccup

Varchar

Mothers occupation

m10

Varchar

10th mark

m12

Varchar

12th mark

phno

Varchar

Phone number

address

Varchar

Address

emailid

Varchar

E mail id

religion

Varchar

Religion

Table name

sphoto

Foregin key

sid

Field name

Data type

Description

sid

Varchar

Student id

sphoto

Varchar

Photo path

Table name

slogin

Primary key

sid

Field name

Data type

Description

sid

Varchar

Student id

pass

Varchar

Password

Table name

sprivileges

Foregin key

sid

Field name

Data type

Description

sid

Varchar

Student id

login

integer

Login privilege

chat

Integer

Chat privilege

email

Integer

Email privilege

av

Integer

Audio/video privilege

Table name

: enews

Primary key

:enews

Field name

Data type

Description

enews

Varchar

Current news from the


admin

Table name
Primary key

:
:

tprofile
tid

Field name

Data type

Description

tid

Varchar

Tutor id

fname

Varchar

First name

lname

Varchar

Last name

qual

Varchar

Qualification

uni

Varchar

University name

notes

Varchar

Note about the tutor

country

Varchar

Country

contact

Varchar

Contact number

email

Varchar

Email id

website

Varchar

Web site name

address

Varchar

Address

Table name

Foregin key

tphoto
:

tid

Field name

Data type

Description

tid

Varchar

Tutor Id

tphoto

Varchar

Photo path

Table name

tlogin

Primary key

tid

Field name

Data type

Description

tid

Varchar

Tutor id

pass

Varchar

Password

Table name

tstatus

Foregin key

tid

Field name

Data type

Description

tid

Varchar

Teachers id

online

Integer

Online privilege

ip

Integer

IP privilege

chatenable

Integer

Chat enable

conenable

Integer

Connection status

vserveron

Integer

Virtual server status

vengaged

Integer

Virtual class allotted

Table name

tprevilages

Foregin key

tid

Field name

Data type

Description

tid

Varchar

Tutor id

login

Integer

Login privilege

chat

Integer

Chat privilege

email

Integer

Email privilege

av

Integer

Audio/video privilege

You might also like