951 |
`datearrived` datetime default NULL, -- the date the transfer arrived at its destination |
951 |
`datearrived` datetime default NULL, -- the date the transfer arrived at its destination |
952 |
`tobranch` varchar(10) NOT NULL default '', -- the branch the transfer was going to |
952 |
`tobranch` varchar(10) NOT NULL default '', -- the branch the transfer was going to |
953 |
`comments` LONGTEXT, -- any comments related to the transfer |
953 |
`comments` LONGTEXT, -- any comments related to the transfer |
954 |
`reason` ENUM('Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection'), -- what triggered the transfer |
954 |
`reason` ENUM('Manual', 'StockrotationAdvance', 'StockrotationRepatriation', 'ReturnToHome', 'ReturnToHolding', 'RotatingCollection', 'Reserve', 'LostReserve', 'CancelReserve'), -- what triggered the transfer |
955 |
PRIMARY KEY (`branchtransfer_id`), |
955 |
PRIMARY KEY (`branchtransfer_id`), |