create_table
Create a new table within an Airtable base by specifying its name and initial fields.
Instructions
Create a new table in a base
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_id | Yes | ID of the base | |
| table_name | Yes | Name of the new table | |
| description | No | Description of the table | |
| fields | No | Initial fields for the table |