CS3560-02-03-Fall-2024 / 3560-project

https://3560-project.vercel.app
0 stars 1 forks source link

Created mock data for callers table, incidents table, and dispatch table. #10

Closed hastiabbasi closed 2 weeks ago

hastiabbasi commented 2 weeks ago

In my most recent commit, I changed the file name of fill_tables to follow the correct order for migrations.

blbergo commented 2 weeks ago

I don't have time to test it rn on my machine but it looks great. My only concern could be that you are using a foreign key that might not exist yet since they all depend on each other, if it doesn't work you may have to create all of them at once then use UPDATE statements to add the values after creation.