Adding Properties to the Notion Database
First of all, you can think of properties as the columns in your database table, as we mentioned in the previous paragraphs. They store structured information about each row in your database.
To add a new property column, just click that +
button on the far right of your database. This will bring up a menu where you can search or choose to add a new one. Notion offers a wide variety of property types to choose from:
Text: For basic text entries like descriptions
Number: To store any kind of number value
Select: Allows you to choose from a preset list of options, like category fields
Multi-select: Same as select but you can choose multiple values
Date: Assign dates to entries, useful for deadlines, milestones, etc.
Person: Assign entries to specific people or teammates in your workspace
Checkbox: Binary yes/no fields, like marking something as complete
There are a bunch more too, like formulas, files, links and relations which we'll cover in-depth later!
Let's practice database creation with a little example: Suppose we're creating a simple task manager for our marketing team. The first thing we'll want to do is add some properties to capture key details about each task (or in other words, each piece of content), like:
Assignee: Who is responsible for completing the task?
Due Date: When does the task need to be finished?
Status: Is the task not started, in progress, or complete?
Priority: How important is the task? Options include high, medium, and low.
So I'll click that +
button a few times to create those property columns.
For the “Assignee” property, I'll choose the "Person" type and name it "Assignee". This will let me select team members to assign each task to. It's extremely useful as it notifies them when a task is assigned.
Next, for the “Due Date” property, I'll pick the "Date" type. Now I can give each task a deadline. Super handy for staying on track!
For "Status", I'll use a "Status" property. I don't need to add any options because by default it comes with the options "Not started", "In progress", and "Complete". This way, I can easily see the status of each task.
Finally, I'll make "Priority" a "Select" property, with choices for "High", "Medium", and "Low". Being able to prioritize is key.
Once you've added a property, you can always go back and customize it further. Just click on the property name, then select the "Edit property" option at the top. This will open the property configuration menu. Here you can rename the property, change its type, and set other options depending on the property type. For example, on a Select property, this is where you'd edit the available choices.
And there you have it! With just a few clicks, we've turned a basic database into a tool for managing tasks. By adding these key properties, it becomes much easier to assign work, set deadlines, track progress, and keep everything organized.