-- AddColumn aiEngineEnabled to User table ALTER TABLE `User` ADD COLUMN `aiEngineEnabled` BOOLEAN NOT NULL DEFAULT false;