mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-09 00:50:04 +03:00
3 lines
82 B
SQL
3 lines
82 B
SQL
ALTER TABLE "users"
|
|
ADD "metrics_id" uuid NOT NULL DEFAULT gen_random_uuid();
|