salix/db/versions/.archive/10339-goldenCarnation/00-firstScript.sql

6 lines
147 B
SQL

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