Remix
Remix
remix/data-table/migrations · TypeView Source

TableInput

Summary

Accepts either a SQL table name or a table(...) object.

Signature

type TableInput = string | AnyTable;