injector_inspect_table
Retrieve the live schema of a database table by connecting via the DSN environment variable.
Instructions
Inspects the live database schema of a specific table. Connects using the FOLDWORK_DB_DSN environment variable (format: postgres://user:pass@host/db or mysql://user:pass@tcp(host)/db).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | Yes | The exact name of the database table to inspect. |