I have the following tables:
CREATE TABLE IF NOT EXISTS "walks" ( id varchar(36), PRIMARY KEY (id) );