Insert different UUID on each row of a large table by python – Mysql
15 I have a table with ~80k rows with imported data. Table structure is as follows: order_line_items id order_id product_id quantity price uuid On import, the order_id, product_id, quantity, and price were imported, but the uuid field was left null.…