Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Dec 13, 2024
1 parent 2899343 commit 96e87ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data-type-default-values.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ TiDB supports specifying the following expressions as default values in the `DEF
* [`UUID()`](/functions-and-operators/miscellaneous-functions.md#uuid), [`UUID_TO_BIN()`](/functions-and-operators/miscellaneous-functions.md#uuid_to_bin)
* [`VEC_FROM_TEXT()`](/vector-search-functions-and-operators.md#vec_from_text)


TiDB supports assigning default values to `BLOB`, `TEXT`, and `JSON` data types. However, you can only use expressions to set the default values for these data types and not literals. The following is an example of `BLOB`:

```sql
Expand Down

0 comments on commit 96e87ec

Please sign in to comment.