aito.schema.AitoTableSchema.has_column

AitoTableSchema.has_column(column_name: str) → bool

check if the table has the specified column

Parameters

column_name (str) – the name of the column

Returns

true if the table has the specified column

Return type

bool