pub fn column_mut<'a>( columns: &'a mut [ColumnDef], table: &str, column: &str, ) -> Result<&'a mut ColumnDef, String>