I am using tank_auth library for authentication in Codeigniter. I want to draw ER-diagram for tank_auth sql file.
When I imported sql file (reverse engineering) in mysql workbench it shows all table without any relationship between tables (users, user_profiles, user_autologin, login_attempts, ci_sessions ).
how could I get Er-diagram from given sql file ?