2 lines
99 B
MySQL
2 lines
99 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Item" ADD COLUMN "weightedComments" DOUBLE PRECISION NOT NULL DEFAULT 0;
|