Database always changed from uuid to integer

OS info

  • Operating System : Mac OSX 21.6.0
  • Wappler Version : 5.8.0

Problem description

  • When I add new reference in my database, wappler migration file seems to make the data type from uuid to integer, causing failure to save the migration file.

As a workaround, I have to edit the migration file and change the integer to uuid.

Am I the only one experiencing uuid data types changed to integer automatically in migration files?