3 lines
98 B
MySQL
3 lines
98 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "users" ADD COLUMN "withdrawMaxFeeDefault" INTEGER NOT NULL DEFAULT 10;
|