pub fn create_index(
    table_name: &str,
    index_name: &str,
    columns: &[&str]
) -> String