包含關(guān)于表定義中的 FOREIGN KEY 約束的信息。該表存儲(chǔ)在每個(gè)數(shù)據(jù)庫(kù)中。
列名 | 數(shù)據(jù)類型 | 描述 |
---|---|---|
constid | int | FOREIGN KEY 約束的 ID。 |
fkeyid | int | 具有 FOREIGN KEY 約束的表對(duì)象 ID。 |
rkeyid | int | 在 FOREIGN KEY 約束中引用的表對(duì)象 ID。 |
fkey | smallint | 正在引用的列 ID。 |
rkey | smallint | 已引用的列 ID。 |
keyno | smallint | 該列在引用列列表中的位置。 |