-- AlterTable
ALTER TABLE `guild` ADD COLUMN `isPublic` BOOLEAN NOT NULL DEFAULT true;
