4 lines
87 B
MySQL
4 lines
87 B
MySQL
|
|
||
|
ALTER TABLE vn.workerTimeControlConfig
|
||
|
ADD maxTimeToBreak INT DEFAULT 3600 NULL;
|