diff --git a/content/shared/influxdb3-cli/create/table.md b/content/shared/influxdb3-cli/create/table.md index d7026efde..e3b858970 100644 --- a/content/shared/influxdb3-cli/create/table.md +++ b/content/shared/influxdb3-cli/create/table.md @@ -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 %}}: