Reads the current base schema via air_meta() and upserts it into a
designated table within the same base. Run this once to initialise the
metadata store, then edit the table in Airtable and call air_meta_sync()
to push changes back.
Arguments
- base_id
Base ID (e.g.,
"appXXXXXX"). IfNULL, uses the session default set byair_set_base()or theAIRTABLE_BASE_IDenvironment variable.- meta_table
Name of the table to store metadata in. Default
"_metadata".- .token
Personal access token (resolved via
air_token()ifNULL).