[ad_1]
I want to add a field on my mongoDB schema that specifies how long a course will take. Could I use a basic int that would represent the minutes and then just implement some logic on my frontend to turn that into an hours, or is there a more efficient way to do this?
Cheers Darius
[ad_2]