Skip to content

Commit 0c9407c

Browse files
Simon RiggsSimon Riggs
authored andcommitted
Specify requirement for PKs, FKs
1 parent ba809c3 commit 0c9407c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Tables on the provider and subscriber must have the same columns, with the same
5151
data types in each column. `CHECK` constraints, `NOT NULL` constraints, etc must
5252
be the same or weaker (more permissive) on the subscriber than the provider.
5353

54+
Tables must have the same Primary Keys and be related by the same Foreign Keys.
55+
5456
Some additional requirements are covered in "Limitations and Restrictions", below.
5557

5658
## Usage

0 commit comments

Comments
 (0)