stacker.news/prisma/migrations/20220114153522_add_trust/migration.sql

3 lines
94 B
MySQL
Raw Normal View History

2022-01-14 17:28:05 +00:00
-- AlterTable
ALTER TABLE "users" ADD COLUMN "trust" DOUBLE PRECISION NOT NULL DEFAULT 0;