craigkai / volleyhub

Management software for 716 Volleyball!
https://volleyhub.vercel.app
9 stars 1 forks source link

Add database table for Sessions #6

Closed craigkai closed 11 months ago

craigkai commented 1 year ago

We need to track each session. Sessions should have a start and end date. We can have some logic to auto categorize them as no longer active if the end date is past.

We should have a autogenerated UUID for this table and it should have a league foreign key.