ALTER TABLE `Evento` ADD (`EventoConvidados` smallint NOT NULL DEFAULT 0); ALTER TABLE `Evento` ALTER COLUMN `EventoConvidados` DROP DEFAULT;