remix/data-table/migrations · TypeView Source
TableInput
Summary
Accepts either a SQL table name or a table(...) object.
Signature
type TableInput = string | AnyTable;
Accepts either a SQL table name or a table(...) object.
type TableInput = string | AnyTable;