mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +00:00
4 lines
163 B
SQL
4 lines
163 B
SQL
-- AlterTable
|
|
ALTER TABLE "Project" ADD COLUMN "githubInstallationId" TEXT,
|
|
ALTER COLUMN "inviteCode" SET DEFAULT floor(random() * 90000000 + 10000000)::text;
|