mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-04 02:06:56 +00:00
* docs: table description Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * docs: update for description Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com> * Update 060.actions-on-field.md * Update 060.actions-on-field.md --------- Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
28 lines
926 B
Markdown
28 lines
926 B
Markdown
---
|
|
title: 'Create empty table'
|
|
description: 'Learn how to create a table in NocoDB.'
|
|
tags: ['Tables', 'Create']
|
|
keywords: ['NocoDB table', 'create table']
|
|
---
|
|
|
|
## Create new table
|
|
1. Click on `+` on the left sidebar next to `base name` OR click on `Create New Table` button on the Base dashboard.
|
|
2. Fill table name in the pop-up modal (Optional).
|
|
3. Click on `Add Description` to add a description to the table (Optional).
|
|
4. Click on `Create Table` button.
|
|
|
|

|
|

|
|
|
|
|
|
### Related articles
|
|
- [Create a table using a CSV, Excel or a JSON](/tables/create-table-via-import)
|
|
- [Import data from Csv/Xlsx into existing table](/tables/import-data-into-existing-table)
|
|
- [Rename a table](/tables/actions-on-table#rename-table)
|
|
- [Duplicate a table](/tables/actions-on-table#duplicate-table)
|
|
- [Delete a table](/tables/actions-on-table#delete-table)
|
|
|
|
|
|
|
|
|