AddForeignKeyOperation
Summary
Operation that adds a table-level foreign key.
Signature
type AddForeignKeyOperation = {
constraint: ForeignKeyConstraint;
kind: "addForeignKey";
table: TableRef;
};
Operation that adds a table-level foreign key.
type AddForeignKeyOperation = {
constraint: ForeignKeyConstraint;
kind: "addForeignKey";
table: TableRef;
};