pub async fn init_table(
conn: &TardisRelDBlConnection,
tag: Option<&str>,
table_flag: &str,
table_create_content: &str,
indexes: Vec<(&str, &str)>,
primary_keys: Option<Vec<&str>>,
update_time_field: Option<&str>,
ctx: &TardisContext,
) -> TardisResult<()>Expand description
Initialize table 初始化表