Updated files and created compose.yml for internal database usage
This commit is contained in:
5
resources/sql/createWorkerTable.sql
Normal file
5
resources/sql/createWorkerTable.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE Worker (
|
||||
id INT AUTO_INCREMENT PRIMARY KEY,
|
||||
workerid INT,
|
||||
name VARCHAR(255) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user