Skip to content

Commit ec7cc47

Browse files
Update school_management_system.sql
1 parent 72db3a7 commit ec7cc47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sql/school_management_system.sql

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ CREATE TABLE IF NOT EXISTS `user` (
163163
INSERT INTO `user` (`id`, `name`, `phone`, `address`, `uname`, `password`, `utype`) VALUES
164164
(1, 'Naveenkumar J', '9xxxxxxxxx8', 'Vellore, India', '18MIS0395', '1234', 'Admin'),
165165
(2, 'Praveen', '9xxxxxxxx1', 'Vellore, India', '18MIS001', '1234', 'Student'),
166-
(3, 'Jack', '9xxxxxxxx4', 'Vellore, India', '101', '1234', 'Teacher');
166+
(3, 'Jack', '9xxxxxxxx4', 'Vellore, India', '101', '1234', 'Teacher')
167+
(4, 'guest', '9xxxxxxxx4', 'Vellore, India', 'guest', 'guest', 'Guest');
167168
COMMIT;
168169

169170
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;

0 commit comments

Comments
 (0)