Skip to content

Instantly share code, notes, and snippets.

@baur
Last active November 3, 2021 07:38
Show Gist options
  • Save baur/1c6816691b43862b6ae87ca00392bc6c to your computer and use it in GitHub Desktop.
Save baur/1c6816691b43862b6ae87ca00392bc6c to your computer and use it in GitHub Desktop.
Project_task_manager_desc
------------------------------------------
Project
------------------------------------------
-id
-name
------------------------------------------
Task
------------------------------------------
-id
-name
-create_user_id
-assigned_user_id
-status
-tags (comma separated)
-deadline_time
-close_time
------------------------------------------
Comment
------------------------------------------
-id
-create_date
-task_id
-user_id
-text
------------------------------------------
Tags
------------------------------------------
-id
-name
------------------------------------------
Status
------------------------------------------
-id
-name
------------------------------------------
(в работе, ожидается ответ, завершен-auto fill after close task)
------------------------------------------
User
------------------------------------------
id
name
------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment