2 lines
99 B
SQL
2 lines
99 B
SQL
alter table habits add column uuid text;
|
|
update habits set uuid = lower(hex(randomblob(16) || id)); |