You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
---
|
|
|
|
title: 'Create base'
|
|
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
|
|
|
|
## Create base from scratch
|
|
|
|
1. Click on `+` on the left sidebar next to `projects` OR click on `+ New Project` button on the left sidebar.
|
|
|
|
2. Fill in the name of the base in the pop-up modal.
|
|
|
|
3. Click on `Create Database` button.
|
|
|
|
|
|
|
|
|
|
|
|
![image](/img/v2/create-base.png)
|
|
|
|
![image](/img/v2/create-base-2.png)
|
|
|
|
|
|
|
|
:::info
|
|
|
|
- You will be marked as `base owner` on creation of the base.
|
|
|
|
- Only `base owner` has the authority to delete a base.
|
|
|
|
- You can create multiple bases within a workspace.
|
|
|
|
:::
|