get_table_metadata
Retrieves column metadata (name, type, length, nullability, primary key) for a specified table or view without returning any row data.
Instructions
테이블/뷰의 컬럼 메타데이터(이름·타입·길이·NULL허용·PK여부)를 반환. 실제 행 데이터는 반환하지 않음.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| db | Yes | DB 키 (예: primary) | |
| table | Yes | 스키마.테이블명 (예: dbo.Users) |