schema_get_columns
Retrieve column details for any table in your Supabase database. Provide the table name and optional schema to access column metadata.
Instructions
Get columns information for a specific table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | Schema name (default: public) | public |
| table_name | Yes | Name of the table |