Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

admin inscription

id_Admin TINYINT(2) id_student INT(11)


last_name VARCHAR(30) id_ecue TINYINT(2)
first_name VARCHAR(50) Indexes
image VARCHAR(150)
type VARCHAR(20)
login VARCHAR(30)
password VARCHAR(30)
Indexes

students presence ecue


date_presence DATE
id_student INT(11) id_ecue TINYINT(2)
Heure TIME
student_last_name VARCHAR(30) code_ecue VARCHAR(7)
is_late TINYINT(1)
student_first_name VARCHAR(30) wording VARCHAR(40)
is_presente TINYINT(1)
image VARCHAR(150) teacher_name VARCHAR(150)
Indexes modified_by TINYINT(2) Indexes
modified_on DATETIME
delete_state TINYINT(1)
id_student INT(11)

Indexes

You might also like