Concept Flow - UUID type and generation
Start
Create table with UUID column
Insert row with generated UUID
UUID generated by function
Row stored with unique UUID
Query rows by UUID
End
This flow shows creating a table with a UUID column, inserting rows with generated UUIDs, and querying by UUID.