4 lines
96 B
MySQL
4 lines
96 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Item" ADD COLUMN "otsFile" BYTEA,
|
||
|
ADD COLUMN "otsHash" TEXT;
|