Files

4 lines
97 B
SQL

CREATE TABLE zisco.time_recordings (
id INT AUTO_INCREMENT PRIMARY KEY,
project_id INT
);