aito.schema.AitoTableSchema.add_column

AitoTableSchema.add_column(column_name: str, column_schema: aito.schema.AitoColumnTypeSchema)

add a column to the table schema

Parameters
  • column_name (str) – the name of the added column

  • column_schema (AitoColumnTypeSchema) – the schema of the added column