-- AlterTable
ALTER TABLE "User" ADD COLUMN     "buyerRulesSeenAt" TIMESTAMP(3),
ADD COLUMN     "ownerRulesSeenAt" TIMESTAMP(3);
