Update settings.md docs with new create_if_not_exists settings

This commit is contained in:
Peter Nguyen 2024-08-11 12:17:24 -06:00
parent 868a1e78f2
commit 2af1134c08

View File

@ -5637,3 +5637,9 @@ Possible values:
- 1 — the [TimeSeries](../../engines/table-engines/integrations/time-series.md) table engine is enabled.
Default value: `0`.
## create_if_not_exists
Enable IF NOT EXISTS for CREATE statements by default. If either this setting or IF NOT EXISTS is specified, then no Exception will be thrown when trying to create a new table.
Default value: `false`.