uiowaSEP2024 / 002_ImagePro

Image processing backend
1 stars 0 forks source link

Make Provider table #116

Closed powersaudrey25 closed 6 months ago

powersaudrey25 commented 6 months ago

If this feature request related to a problem? Please describe.

Right now, "provider" is a user role.

Alternatives Considered If Applicable

Rationale

We want an actual table for providers so that we can join with other tables in our database.

Implementation Ideas

Create a new migration for providers. Create a new migration to remove the provider role from user.

Additional Context