3 lines
102 B
SQL
3 lines
102 B
SQL
-- AlterTable
|
|
ALTER TABLE `Transaction` ADD COLUMN `sendNotification` BOOLEAN NOT NULL DEFAULT false;
|