3 lines
90 B
MySQL
3 lines
90 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "bufferTime" INTEGER NOT NULL DEFAULT 0;
|