---
title: TableInput
---

# TableInput

<a href="https://github.com/remix-run/remix/blob/remix@3.0.0-alpha.6/packages/data-table/src/lib/migrations.ts#L186" target="_blank">View Source</a>

## Summary

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

## Signature

```ts
type TableInput = string | AnyTable;

```