UPDATE property SET title = $1, description = $2, agent_id = $3, state = $4, last_updated = $5 RETURNING id, title, description, agent_id, state as "state: _", time_created, last_updated;