ncloud_datacatalog_get_table_schema_versions
Retrieve the schema version history for a table in Ncloud Data Catalog by providing catalog ID, database name, and table name. Track table structure changes over time.
Instructions
Get table schema version history
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageNo | No | Page number (default: 1) | |
| pageSize | No | Page size 1~200 (default: 20) | |
| catalogId | Yes | Catalog ID | |
| tableName | Yes | Table name | |
| databaseName | Yes | Database name |