@watzon/baserow
    Preparing search index...

    Class DatabaseTableOperations

    Index

    Constructors

    Methods

    • Creates a new table synchronously within a database. Optionally initializes with data.

      Parameters

      • databaseId: number

        The ID of the database to create the table in.

      • payload: TableCreate

        The table creation details, including name and optional initial data.

      • Optionaloptions: { clientSessionId?: string; clientUndoRedoActionGroupId?: string }

        Optional request parameters like ClientSessionId or ClientUndoRedoActionGroupId.

      Returns Promise<Table>

      The newly created table.