nikitkarki / RTVMS

Road Traffic Violation Management System
0 stars 1 forks source link

sql queries to add columns to ticket table #28

Closed karkiriks closed 6 years ago

karkiriks commented 6 years ago

write a sql query to add column ticket_paid which lets us know if the ticket has been paid for or not, add column driver_violation_id which will foreign key to violation_id in table driver_violations

nikitkarki commented 6 years ago

done