get_schema
Retrieve the CREATE TABLE DDL for a specified table in an Android app's SQLite database to inspect its schema.
Instructions
Returns the DDL schema (CREATE TABLE) for a specific table in a cached database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The Android package name | |
| dbName | Yes | The name of the database file | |
| tableName | Yes | The name of the table or view to inspect |