CREATE TYPE "UserRole" AS ENUM ('STUDENT', 'INSTRUCTOR', 'MENTOR', 'ADMIN', 'SUPER_ADMIN'); CREATE TYPE "Difficulty" AS ENUM ('BEGINNER', 'INTERMEDIATE', 'ADVANCED ...
-- Create a schema for extensions. -- The Postgres statement `create extension` installs an extension *globally*, and makes it available in the current schema only. -- It is therefore not safe to run ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results