-- AlterTable
ALTER TABLE `user` ADD COLUMN `canTpa` BOOLEAN NOT NULL DEFAULT true;
