mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-05 04:36:41 +00:00
25 lines
658 B
Markdown
25 lines
658 B
Markdown
---
|
|
title: 'Create table'
|
|
---
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
## 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.
|
|
|
|

|
|

|
|
|
|
|
|
### Related articles
|
|
- [Create table via import](/docs/tables/create-table-via-import)
|
|
- [Delete table](/docs/tables/delete-table)
|
|
- [Rename table](/docs/tables/rename-table)
|
|
- [Duplicate table](/docs/tables/duplicate-table)
|
|
- [Change table icon](/docs/tables/change-table-icon)
|
|
|
|
|