Skip to content

Commit 9da9b85

Browse files
authored
Apply suggestions from code review
1 parent 59dca83 commit 9da9b85

File tree

1 file changed

+6
-6
lines changed
  • content/shared/influxdb3-cli/create

1 file changed

+6
-6
lines changed

content/shared/influxdb3-cli/create/table.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11

22
The `influxdb3 create table` command creates a new table in a specified database. Tables must include at least one tag column and can optionally include field columns with defined data types.
33

4-
>[!Note]
5-
>InfluxDB automatically creates tables when you write line protocol data. Use this command
6-
>only if you need to define a custom schema or apply a custom partition template before
7-
>writing data.
4+
> [!Note]
5+
> InfluxDB automatically creates tables when you write line protocol data. Use this command
6+
> only if you need to define a custom schema or apply a custom partition template before
7+
> writing data.
88
99
## Usage
1010

@@ -35,7 +35,7 @@ influxdb3 create table [OPTIONS] \
3535
| `-h` | `--help` | Print help information |
3636
| | `--help-all` | Print detailed help information |
3737

38-
>[!Important]
38+
> [!Important]
3939
>
4040
> #### Tag and field naming requirements
4141
>
@@ -57,7 +57,7 @@ You can use the following environment variables to set options instead of passin
5757
In the following examples, replace each placeholder with your actual values:
5858

5959
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
60-
Database name
60+
The database name
6161
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
6262
Authentication token
6363
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}:

0 commit comments

Comments
 (0)