多维表格
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.

26 lines
752 B

---
title: 'Create empty table'
description: 'Learn how to create a table in NocoDB.'
tags: ['tables', 'create table']
keywords: ['NocoDB table', 'create table', 'table administration', 'table organization']
---
## Create new table
1. Click on `+` on the left sidebar next to `base name` OR click on `+ New Table` button on the Base dashboard.
2. Fill table name in the pop-up modal.
3. Click on `Create Table` button.
![image](/img/v2/table/table-create-1.png)
![image](/img/v2/table/table-create-2.png)
### Related articles
- [Create table via import](/tables/create-table-via-import)
- [Delete table](/tables/delete-table)
- [Rename table](/tables/actions-on-table#rename-table)
- [Duplicate table](/tables/actions-on-table#duplicate-table)