-- Place your SQL code here
use vn;
CREATE TABLE vn.workerConfig (
    id INT PRIMARY KEY AUTO_INCREMENT NOT NULL,
    businessUpdated DATE NULL
);