-- AlterTable
ALTER TABLE `provider` ADD COLUMN `slotIntervalMinutes` INTEGER NOT NULL DEFAULT 30;
