Create schema

DROP SCHEMA IF EXISTS boundaryline CASCADE;
COMMIT;
CREATE SCHEMA boundaryline;
COMMIT;