What is database in notion? If you still don’t understand what is database in notion read this,

Stores each project and its metadata, and links the project to Milestones and Tasks.
Properties:
1. Name: title
2. Project Description: text
3. Milestones: relation → Milestones
4. Tasks: relation → Tasks
5. Github Repository: url
Stores milestones (major checkpoints) for a project, with an optional date and rollup completion.
Properties:
1. Name: title
2. Description: text
3. Date: date
4. Projects: relation → Projects
5. Tasks: relation → Tasks
6. Completion: rollup
Stores all tasks (one-off or recurring), can be linked to Projects and Milestones, and supports status, priority, dates, and dependencies.
Properties:
1. Name: title
2. Description: text
3. Status: status
4. Priority: select (Q1–Q4)
5. Date: date
6. Projects: relation → Projects
7. Milestone: relation → Milestones
8. Parent item: relation → Tasks (single)
9. Sub-item: relation → Tasks
10. Blocked by: relation → Tasks
11. Blocking: relation → Tasks
Run /init-project-notion to generate PROJECT-NOTION.md in your repository. This file is the source of truth that connects your codebase to the corresponding Notion Project and Milestone so the agent can consistently reference the correct scope of work.
The file should include: