From 83d800be4657f45ecd67f3c082fddb6ec3982038 Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 16 May 2025 20:50:53 -0700 Subject: [PATCH] minor update to table.md --- content/shared/influxdb3-cli/create/table.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/create/table.md b/content/shared/influxdb3-cli/create/table.md index 8e2c2d272..ac36273f2 100644 --- a/content/shared/influxdb3-cli/create/table.md +++ b/content/shared/influxdb3-cli/create/table.md @@ -1,7 +1,7 @@ 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] +> [!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.