You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/shared/influxdb3-cli/create/table.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
2
2
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.
3
3
4
-
>[!Note]
5
-
>InfluxDB automatically creates tables when you write line protocol data. Use this command
6
-
>only if you need to define a custom schema or apply a custom partition template before
7
-
>writing data.
4
+
>[!Note]
5
+
>InfluxDB automatically creates tables when you write line protocol data. Use this command
6
+
>only if you need to define a custom schema or apply a custom partition template before
0 commit comments