Skip to content

Commit 72db3a7

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sql/school_management_system.sql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ CREATE TABLE IF NOT EXISTS `user` (
161161
--
162162

163163
INSERT INTO `user` (`id`, `name`, `phone`, `address`, `uname`, `password`, `utype`) VALUES
164-
(1, 'Naveenkumar J', '9080965525', 'Vellore, India', '18MIS0395', '1234', 'Admin'),
165-
(2, 'Praveen', '9846456321', 'Vellore, India', '18MIS001', '1234', 'Student'),
166-
(3, 'Jack', '9632145874', 'Vellore, India', '101', '1234', 'Teacher');
164+
(1, 'Naveenkumar J', '9xxxxxxxxx8', 'Vellore, India', '18MIS0395', '1234', 'Admin'),
165+
(2, 'Praveen', '9xxxxxxxx1', 'Vellore, India', '18MIS001', '1234', 'Student'),
166+
(3, 'Jack', '9xxxxxxxx4', 'Vellore, India', '101', '1234', 'Teacher');
167167
COMMIT;
168168

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

0 commit comments

Comments
 (0)