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.
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.