data.schema.operations

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

Schema operations — the diff output that generates SQL.

Schema operations — the diff output that generates SQL.

data.schema.operations

Name Type Default Description
type
qualified_name
element_type
description
source_file
line_number
is_autodoc
autodoc_element
_autodoc_template
_autodoc_url_path
_autodoc_page_type
title
doc_content_hash

Symbols on this page

CreateTable
class

Create a new table.

DropTable
class

Drop an existing table.

AddColumn
class

Add a column to an existing table.

DropColumn
class

Drop a column from an existing table.

CreateIndex
class

Create a new index.

DropIndex
class

Drop an existing index.

View source · /home/runner/work/chirp/chirp/site/../src/chirp/data/schema/operations.py:1