Skip to content
Snippets Groups Projects
Commit a2626912 authored by Mario Wenzel's avatar Mario Wenzel
Browse files

have dvdrental in its own schema

parent eadcf8a1
Branches
No related tags found
No related merge requests found
--
CREATE SCHEMA dvdrental;
SET search_path TO dvdrental;
CREATE TYPE mpaa_rating AS ENUM (
'G',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment