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