TableRef
Summary
Qualified table reference used in migration operations.
Signature
type TableRef = {
name: string;
schema?: string;
};
Qualified table reference used in migration operations.
type TableRef = {
name: string;
schema?: string;
};