Skip to content

Commit

Permalink
Expand Drop not null constraint docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-farries committed Dec 6, 2024
1 parent 7474187 commit faad73d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operations/alter_column/drop_not_null_constraint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ description: Drop not null operations drop a `NOT NULL` constraint from a column

## Examples

Remove `NOT NULL` from the `title` column in the `posts` table:

<ExampleSnippet example="31_unset_not_null.json" language="json" />

0 comments on commit faad73d

Please sign in to comment.