mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-12 13:24:19 +00:00
3 lines
82 B
MySQL
3 lines
82 B
MySQL
|
ALTER TABLE "users"
|
||
|
ADD "metrics_id" uuid NOT NULL DEFAULT gen_random_uuid();
|