Remix
Remix
remix/data-table · TypeView Source

TableRef

Summary

Qualified table reference used in migration operations.

Signature

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