Skip to content

Commit

Permalink
Update schema.md (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Nov 10, 2023
1 parent 01c4706 commit b0d988e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/docs/general-usage/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ A column schema contains following basic hints:

1. `nullable` tells if column is nullable or not.
1. `primary_key` marks a column as a part of primary key.
1. `merge_key` marks a column as a part of merge key used by.
[incremental load](./incremental-loading.md#merge-incremental_loading)
1. `merge_key` marks a column as a part of merge key used by
[incremental load](./incremental-loading.md#merge-incremental_loading).
1. `foreign_key` marks a column as a part of foreign key.
1. `root_key` marks a column as a part of root key which is a type of foreign key always referring to the
root table.
Expand Down

0 comments on commit b0d988e

Please sign in to comment.