2022-01-14 17:43:12 -06:00

3 lines
94 B
SQL

-- AlterTable
ALTER TABLE "users" ADD COLUMN "trust" DOUBLE PRECISION NOT NULL DEFAULT 0;