Apply suggestions from code review

pull/6002/head
Jason Stirnaman 2025-05-19 12:40:19 -05:00 committed by GitHub
parent 59dca83f14
commit 9da9b8570e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
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.
>[!Note]
>InfluxDB automatically creates tables when you write line protocol data. Use this command
>only if you need to define a custom schema or apply a custom partition template before
>writing data.
> [!Note]
> InfluxDB automatically creates tables when you write line protocol data. Use this command
> only if you need to define a custom schema or apply a custom partition template before
> writing data.
## Usage
@ -35,7 +35,7 @@ influxdb3 create table [OPTIONS] \
| `-h` | `--help` | Print help information |
| | `--help-all` | Print detailed help information |
>[!Important]
> [!Important]
>
> #### Tag and field naming requirements
>
@ -57,7 +57,7 @@ You can use the following environment variables to set options instead of passin
In the following examples, replace each placeholder with your actual values:
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}:
Database name
The database name
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}:
Authentication token
- {{% code-placeholder-key %}}`TABLE_NAME`{{% /code-placeholder-key %}}: