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

put golf table in its own schema

parent f45ca395
No related branches found
No related tags found
No related merge requests found
CREATE SCHEMA golf;
SET search_path TO golf;
CREATE TABLE "🏌" (
"Name" varchar(30) PRIMARY KEY,
"💰" NUMERIC(9) NOT NULL,
......
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