TableRef

View Source

Summary

Qualified table reference used in migration operations.

Signature

type TableRef = {
  name: string;
  schema?: string;
};