Skip to content

Commit

Permalink
Update V005_Create_hr_table.sql
Browse files Browse the repository at this point in the history
add sql
  • Loading branch information
kunlebalogun authored Oct 23, 2023
1 parent 51a193d commit 58eec72
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sql/V005_Create_hr_table.sql
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@

CREATE TABLE cust.customer6 (
id SERIAL PRIMARY KEY,
first_name VARCHAR(255),
last_name VARCHAR(255),
email VARCHAR(255),
phone_number VARCHAR(20),
address TEXT
);

0 comments on commit 58eec72

Please sign in to comment.