-- create the schema that will be used to store user data
-- took out the "e" in "user" because "user" is a Postgres keyword
CREATE SCHEMA skill;