Altered primary key data type of 'rates' from INTEGER to UUID (Done manually in the db).
Added a column in 'rates' to monitor the email validation of students.
Modified the help text of University campus so people can better understand.
ALSO: This migration was done manually in the db as the data type INT4 cannot be cast to UUID with FK, why? So you don't ruin up your data when generating the UUID's, here not a single problem as we aren't loading up the data yet.
Altered primary key data type of 'rates' from INTEGER to UUID (Done manually in the db).
Added a column in 'rates' to monitor the email validation of students.
Modified the help text of University campus so people can better understand.
ALSO: This migration was done manually in the db as the data type INT4 cannot be cast to UUID with FK, why? So you don't ruin up your data when generating the UUID's, here not a single problem as we aren't loading up the data yet.