breakfireaus / Inter-book

Freelancer platform where people can book freelance professionals and freelance professionals can add themselves
MIT License
1 stars 1 forks source link

Model debugging #51

Closed Auralise closed 1 year ago

Auralise commented 1 year ago

When testing the services, I have several of the columns were not created in the database.

In the model definition, I have found that several columns had been nested inadvertently causing them to not be created in the table. When seeding, the data was just being discarded. Corrected a datatype that was incorrect within this nexted block. This has been resolved.