3 lines
77 B
MySQL
3 lines
77 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ALTER COLUMN "freeComments" SET DEFAULT 0;
|