3 lines
94 B
MySQL
3 lines
94 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "trust" DOUBLE PRECISION NOT NULL DEFAULT 0;
|