Why is mySQL the table with ID Column not in UUID format

Hi there…

Why is mySQL the table with ID Column not in UUID format ? what could be the problem ?..I used CUBA to generate the database script . what steps I need in CUBA in order the ID column is in UUID

image

50e24fe0e2252d62f092ec493a68ce93
82058df2eec4de76b1827d369c76c407
fad67dafec030a93d663663cf64a15f0

Does it show properly formatted if you display this column in the browse screen table?
It seems that if you are going via framework it will internally format it properly, while if you are dong native queries, you need to additionally format it yourself.