We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b57615 + bdc353a commit 0f4ad92Copy full SHA for 0f4ad92
schema/schema.sql
@@ -50,6 +50,7 @@ CREATE TABLE "public"."employee" (
50
"last_name" text NOT NULL,
51
"gender" text NOT NULL,
52
"hire_date" date NOT NULL,
53
+ "nickname" text,
54
CONSTRAINT "employee_pkey" PRIMARY KEY (emp_no),
55
CONSTRAINT "employee_gender_check" CHECK (gender = ANY (ARRAY['M'::text, 'F'::text]))
56
);
0 commit comments