minor update to table.md

pull/6002/head
meelahme 2025-05-16 20:50:53 -07:00
parent c60766be3e
commit 83d800be46
1 changed files with 1 additions and 1 deletions

View File

@ -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.