fix: refs 5919 apply version
This commit is contained in:
parent
8adb52aac4
commit
0003779681
|
@ -5,7 +5,7 @@ ALTER TABLE `vn`.`worker` DROP COLUMN `locker`;
|
||||||
CREATE TABLE `vn`.`locker` (
|
CREATE TABLE `vn`.`locker` (
|
||||||
`id` int(100) auto_increment,
|
`id` int(100) auto_increment,
|
||||||
`code` varchar(10) DEFAULT NULL,
|
`code` varchar(10) DEFAULT NULL,
|
||||||
`gender` varchar(255) DEFAULT NULL,
|
`gender` ENUM('M','F') DEFAULT NULL,
|
||||||
`workerFk` int(10) unsigned DEFAULT NULL,
|
`workerFk` int(10) unsigned DEFAULT NULL,
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
UNIQUE KEY `code` (`code`),
|
UNIQUE KEY `code` (`code`),
|
Loading…
Reference in New Issue