2 lines
82 B
SQL
2 lines
82 B
SQL
ALTER TABLE "users"
|
|
ADD "metrics_id" uuid NOT NULL DEFAULT gen_random_uuid();
|