Fixes the UUID column length in the Registration entityThe length for the UUID column in the Registration entity was wrongly set to 32 when it should be 36. This commit increases the column length to solve this problem.