nikitkarki / RTVMS

Road Traffic Violation Management System
0 stars 1 forks source link

SQL query to add table driver_violations where we store violations made by a driver #29

Closed karkiriks closed 6 years ago

karkiriks commented 6 years ago

A driver may have 1 or many violations under a single ticket, we will store the violations made by driver in this table

v_id ticket_number(this references to foreign key ticketnumber in table user_tickets) violation_id(this foreign key references to violation_id in table user_violations)

nikitkarki commented 6 years ago

done