Skip to content

Commit

Permalink
Update all_data.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannidis authored May 6, 2018
1 parent 6197b88 commit e57b49b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_data.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1975,7 +1975,7 @@ CREATE TYPE PLATE_NUM AS (
plate_number NUMERIC(4,0));

-- car condintion
CREATE TYPE CAR_CONDITION AS ENUM ('new');
CREATE TYPE CAR_CONDITION AS ENUM ('new', 'used');


-- car warehouse
Expand Down

0 comments on commit e57b49b

Please sign in to comment.