Skip to content

Commit

Permalink
db changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alimay17 committed Jun 30, 2019
1 parent 9be9c57 commit 6593687
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions migrations/schema.up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ CREATE TABLE employees (
CREATE TABLE employer (
id serial primary key,
username varchar(60),
password varchar(60),
CONSTRAINT employeer_pkey PRIMARY KEY (id)
password varchar(60)
);

CREATE TABLE schedule_employee (
Expand Down

0 comments on commit 6593687

Please sign in to comment.