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
No related branches found
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.
Finish editing this message first!
Please register or to comment