CREATE TABLE foo:client_id(id serial, data text, anotherdata int); DROP TABLE foo:client_id;