-- AlterTable
ALTER TABLE `UserDetail` ADD COLUMN `vacation_remained` INTEGER NOT NULL DEFAULT 140;
