This commit is contained in:
parent
2a12d95946
commit
1bb367e708
@ -3,7 +3,7 @@
|
||||
|
||||
CREATE TYPE task_manager.task_status AS ENUM('todo','in_progress','paused','test','review','done');
|
||||
|
||||
CREATE TABLE task_manager.task(
|
||||
CREATE TABLE task_manager.tasks(
|
||||
"id" SERIAL PRIMARY KEY UNIQUE,
|
||||
"id_sprint" INTEGER NOT NULL,
|
||||
"id_user" INTEGER,
|
||||
|
Loading…
Reference in New Issue
Block a user