Skip to content

Commit

Permalink
chore: clean codes
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 23, 2023
1 parent 22e57b1 commit b8aea4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CREATE TABLE IF NOT EXISTS todos
title VARCHAR2(200)
);

ALTER TABLE todos
DROP CONSTRAINT IF EXISTS todos_pk;
-- ALTER TABLE todos
-- DROP CONSTRAINT IF EXISTS todos_pk;
ALTER TABLE todos
ADD CONSTRAINT todos_pk PRIMARY KEY (id);

0 comments on commit b8aea4a

Please sign in to comment.