Apply suggestions from code review
parent
585490b983
commit
815514c53b
|
@ -800,7 +800,7 @@ paths:
|
||||||
operationId: CreateClusterDatabaseTable
|
operationId: CreateClusterDatabaseTable
|
||||||
summary: Create a database table
|
summary: Create a database table
|
||||||
description: |
|
description: |
|
||||||
Create a database table in a database. The database must already exist. With InfluxDB Cloud Dedicated, tables and measurements are synonymous.
|
Create a table. The database must already exist. With InfluxDB Cloud Dedicated, tables and measurements are synonymous.
|
||||||
|
|
||||||
Typically, tables are created automatically on write using the measurement name
|
Typically, tables are created automatically on write using the measurement name
|
||||||
specified in line protocol written to InfluxDB.
|
specified in line protocol written to InfluxDB.
|
||||||
|
|
|
@ -67,7 +67,7 @@ You can create a database with an optional retention period and custom partition
|
||||||
3. In the cluster list, find and click the cluster you want to create a database in. You
|
3. In the cluster list, find and click the cluster you want to create a database in. You
|
||||||
can sort on column headers or use the **Search** field to find a specific cluster.
|
can sort on column headers or use the **Search** field to find a specific cluster.
|
||||||
|
|
||||||
4. Click the **New Database** button in the upper right corner of the cluster details page.
|
4. Click the **New Database** button above the database list.
|
||||||
The **Create Database** dialog displays.
|
The **Create Database** dialog displays.
|
||||||
|
|
||||||
<img src="/img/influxdb3/cloud-dedicated-admin-ui-create-database.png" alt="Create database dialog" />
|
<img src="/img/influxdb3/cloud-dedicated-admin-ui-create-database.png" alt="Create database dialog" />
|
||||||
|
|
Loading…
Reference in New Issue