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