0% found this document useful (0 votes)
44 views1 page

Teachers Users: Indexes Indexes

This document describes the schema for a database that includes tables for users, teachers, students, lessons, subjects, categories, and questions/answers. The tables store information like names, IDs, timestamps, and attributes related to the different database entities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
44 views1 page

Teachers Users: Indexes Indexes

This document describes the schema for a database that includes tables for users, teachers, students, lessons, subjects, categories, and questions/answers. The tables store information like names, IDs, timestamps, and attributes related to the different database entities.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

users

teachers
id INT(10)
id INT(10)
name VARCHAR(191)
user_id INT(10)
permission INT(11)
ngaysinh DATE
username VARCHAR(191)
truong VARCHAR(191)
email VARCHAR(191) question
khoa VARCHAR(191) anwers
password VARCHAR(191) id INT(10)
sodienthoai VARCHAR(191) idcautraloi INT
remember_token VARCHAR(100) created_at TIMESTAMP
created_at TIMESTAMP anwersTitle VARCHAR(45)
created_at TIMESTAMP updated_at TIMESTAMP
updated_at TIMESTAMP anwersImage VARCHAR(45)
updated_at TIMESTAMP questionTitle TEXT
Indexes questionID INT(10)
Indexes correctAnswer INT
anwersAudio VARCHAR(45)
idQuizTest INT(10)
Indexes
questionImage VARCHAR(45)
questionAudio VARCHAR(45)
Indexes
category
id INT(10)
students
titleCategory VARCHAR(191)
id INT(10)
subjectID INT(10)
user_id INT(10)
created_at TIMESTAMP
lop VARCHAR(191)
updated_at TIMESTAMP
khoa VARCHAR(191)
Indexes
ngaysinh DATE
mssv VARCHAR(191)
lesson
sodienthoai VARCHAR(191)
id INT(10)
created_at TIMESTAMP
created_at TIMESTAMP
updated_at TIMESTAMP
updated_at TIMESTAMP
Indexes
subject title VARCHAR(191)

id INT(10) diemcua INT(11)

created_at TIMESTAMP duration INT(11)

updated_at TIMESTAMP script TEXT

title VARCHAR(191) subject_id INT(10)


Indexes Indexes

You might also like