aito.schema.AitoDatabaseSchema.has_table

AitoDatabaseSchema.has_table(table_name: str) → bool

check if the database has the specified table

Parameters

table_name (str) – the name of the column

Returns

true if the table has the specified column

Return type

bool