3 lines
91 B
MySQL
3 lines
91 B
MySQL
|
-- AlterTable
|
||
|
ALTER TABLE "Wallet" ADD COLUMN "enabled" BOOLEAN NOT NULL DEFAULT true;
|