Skip to content

Commit

Permalink
Merge pull request #4 from siwekmichal/patch-1
Browse files Browse the repository at this point in the history
Update schema.sql
  • Loading branch information
Jay Bryant authored Oct 24, 2023
2 parents 50c3802 + 2249e20 commit 29d3c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complete/src/main/resources/schema.sql
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CREATE TABLE customer (id SERIAL PRIMARY KEY, first_name VARCHAR(255), last_name VARCHAR(255));
CREATE TABLE IF NOT EXISTS customer (id SERIAL PRIMARY KEY, first_name VARCHAR(255), last_name VARCHAR(255));

0 comments on commit 29d3c13

Please sign in to comment.