pub fn build_create_table_sql( schema_name: Option<&str>, table_name: &str, schema: &Schema, need_op_and_row_id: bool, ) -> Result<String>