Files
zisco_zerf/sql/V1__init.sql
T

4 lines
97 B
SQL

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