get_schema
Retrieve the full database schema for a given project on Hatchable, including tables, columns with data types, and indexes.
Instructions
Return the database schema for the project's PostgreSQL database: tables, columns (with types), and indexes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (e.g. proj_a8Kq7fR2xZ) |