Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed May 29, 2024
1 parent 8f99b73 commit d981e4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/migrations/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ If array of strings, it is interpreted as is, if array of objects:
| `replace` | `boolean` | create or replace function |
| `window` | `boolean` | window function |
| `behavior` | `string` | `IMMUTABLE`, `STABLE`, or `VOLATILE` |
| `security` | `string` | `INVOKER` or `DEFINER` |
| `onNull` | `boolean` | `RETURNS NULL ON NULL INPUT` |
| `parallel` | `string` | `UNSAFE`, `RESTRICTED`, or `SAFE` |

Expand Down

0 comments on commit d981e4c

Please sign in to comment.