-- AlterTable
ALTER TABLE `User` ADD COLUMN `hasAcceptedTerms` Boolean NOT NULL DEFAULT false,
ADD COLUMN `termsAcceptedAt` DateTime(3);
