Skip to content

Commit 74039f1

Browse files
committed
resolving lint check warning
1 parent 83d800b commit 74039f1

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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]
4+
>[!Note]
55
>InfluxDB automatically creates tables when you write line protocol data. Use this command
66
>only if you need to define a custom schema or apply a custom partition template before
77
>writing data.
@@ -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
>

0 commit comments

Comments
 (0)