blob: 623b022b8718b64ed31ff3f86c4ee734ecb27e1b (
plain) (
tree)
|
|
-- Adds 'D' and 'U' to `type` in `picklog` table
ALTER TABLE `picklog` MODIFY `type` ENUM('M','P','L','T','V','S','N','C','A','R','G','E','B','O','I','X','D','U') NOT NULL DEFAULT 'P';
|