-- AlterTable
ALTER TABLE `user` ADD COLUMN `isSystemAdmin` BOOLEAN NOT NULL DEFAULT false;
