Describe Table
describe_tableRetrieve the schema for a specific SQLite table on an Android device, showing columns, types, and constraints.
Instructions
Show the schema (columns, types, constraints) for a specific table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table | Yes | Table name | |
| database | Yes | Database filename (e.g. app.db) |