Skip to content

Commit 9454ddf

Browse files
update
1 parent 8b57615 commit 9454ddf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

schema/schema.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ CREATE TABLE "public"."employee" (
5050
"last_name" text NOT NULL,
5151
"gender" text NOT NULL,
5252
"hire_date" date NOT NULL,
53+
"nickname" text NOT NULL DEFAULT '',
5354
CONSTRAINT "employee_pkey" PRIMARY KEY (emp_no),
5455
CONSTRAINT "employee_gender_check" CHECK (gender = ANY (ARRAY['M'::text, 'F'::text]))
5556
);

0 commit comments

Comments
 (0)