We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b67b8 commit 72db3a7Copy full SHA for 72db3a7
src/sql/school_management_system.sql
@@ -161,9 +161,9 @@ CREATE TABLE IF NOT EXISTS `user` (
161
--
162
163
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');
+(1, 'Naveenkumar J', '9xxxxxxxxx8', 'Vellore, India', '18MIS0395', '1234', 'Admin'),
+(2, 'Praveen', '9xxxxxxxx1', 'Vellore, India', '18MIS001', '1234', 'Student'),
+(3, 'Jack', '9xxxxxxxx4', 'Vellore, India', '101', '1234', 'Teacher');
167
COMMIT;
168
169
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
0 commit comments