pub async fn check_table_exit(
table_name: &str,
conn: &TardisRelDBlConnection,
ctx: &TardisContext,
) -> TardisResult<bool>Expand description
Check if the table exists 检查表是否存在
When checking, the schema corresponding to the request will be added 检查时会加上与请求对应的schema