table_info
Retrieves the schema of a database table, including columns, data types, constraints, and indexes.
Instructions
Describe table schema: columns, types, constraints, indexes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name (e.g. 'users' or 'public.users') |