aito.schema.AitoDatabaseSchema.add_column

AitoDatabaseSchema.add_column(table_name: str, table_schema: aito.schema.AitoTableSchema)

add a column to the table schema

Parameters
  • table_name (str) – the name of the added table

  • table_schema (AitoTableSchema) – the schema of the added table