This project is a Java Swing (JFrame) desktop application prototype designed to simulate a university subject enrollment eligibility system. The application evaluates whether a student is allowed to ...
CONSTRAINT `follows_ibfk_1` FOREIGN KEY (`follower_id`) REFERENCES `users` (`id`) ON DELETE CASCADE, CONSTRAINT `follows_ibfk_2` FOREIGN KEY (`following_id`) REFERENCES `users` (`id`) ON DELETE ...